"slurm_array":None,# override for --array, useful for rerunning jobs
"slurm_partition":None,# MUST be defined
"slurm_extra_settings":{},# Place to put extra configuration for the SLURM batch file. The key and value of the dict will become the key and value of the line in te slurm batch file. Will be put in after all the other settings (and before the command). Take care not to overwrite something without really meaning to do so.
########################################
# Condor stuff
########################################
"condor":0,# 1 to use condor, 0 otherwise
"condor_command":'',# condor command e.g. "evolve", "join"
"condor_dir":'',# working directory containing e.g. scripts, output, logs (e.g. should be NFS available to all)
"condor_njobs":'',# number of scripts/jobs that CONDOR will run in total
"condor_jobid":'',# condor job id
"condor_command":"",# condor command e.g. "evolve", "join"
"condor_dir":"",# working directory containing e.g. scripts, output, logs (e.g. should be NFS available to all)
"condor_njobs":"",# number of scripts/jobs that CONDOR will run in total
"condor_jobid":"",# condor job id
"condor_postpone_join":0,# if 1, data is not joined, e.g. if you want to do it off the condor grid (e.g. with more RAM)
# "condor_join_machine": None, # if defined then this is the machine on which the join command should be launched (must be sshable and not postponed)
"condor_join_pwd":'',# directory the join should be in (defaults to $ENV{PWD} if undef)
"condor_join_pwd":"",# directory the join should be in (defaults to $ENV{PWD} if undef)
"condor_memory":1024,# in MB, the memory use (ImageSize) of the job
"condor_universe":'vanilla',# usually vanilla universe
"condor_universe":"vanilla",# usually vanilla universe
"condor_extra_settings":{},# Place to put extra configuration for the CONDOR submit file. The key and value of the dict will become the key and value of the line in te slurm batch file. Will be put in after all the other settings (and before the command). Take care not to overwrite something without really meaning to do so.
# snapshots and checkpoints
# condor_snapshot_on_kill=>0, # if 1 snapshot on SIGKILL before exit
# condor_load_from_snapshot=>0, # if 1 check for snapshot .sv file and load it if found