Select Git revision
commands.py
condor_submit_RdownPy.sub 619 B
universe = vanilla
getenv = true
# run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
executable = RDGW150914.py
# file to dump stdout (this directory should exist)
output = RDGW150914.out
# file to dump stderr
error = RDGW150914.err
# condor logs
log = RDGW150914.log
initialdir = .
notify_user = frjifo@aei.mpg.de
notification = Complete
arguments = "-processid $(Process)"
request_memory = 16GB
request_cpus = 1
on_exit_remove = (ExitBySignal == False) || ((ExitBySignal == True) && (ExitSignal != 11))
accounting_group = aei.dev.test_dynesty
queue 1