Condor/Submit script for Sun

From WolfTech
Revision as of 18:44, 12 September 2007 by Djgreen (talk | contribs) (New page: <pre> # specify the path of your executable executable = sim_big error = err_final.$(Process) output = out_final.$(Process) log = log_final.$(Process) Requirements = (OpS...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
# specify the path of your executable
executable = sim_big                

error = err_final.$(Process)
output = out_final.$(Process)
log = log_final.$(Process)

Requirements = (OpSys = “SOLARIS27”)

# change this to your e-mail address
notify_user = rkvenkat@unity.ncsu.edu   
notification = ALWAYS

# specify the path of your job file
BENCH = single_job      
           
# can specify any default options to use
DEFAULT = -z100000

arguments = $(DEFAULT) $(BENCH)
queue