Skip to content
Snippets Groups Projects
Select Git revision
  • 7a4f6ba8cb6654ceae89e56b094d0cd8ba3552f0
  • master default protected
2 results

condor_submit_Fits.sub

Blame
  • Forked from Xisco Jimenez Forteza / RDStackingProject
    Source project has a limited visibility.
    condor_submit_Fits.sub 879 B
    universe   = vanilla
    getenv     = true
    # run script -- make sure that condor has execute permission for this file (chmod a+x script.py)
    executable = /work/rayne.liu/git/rdstackingproject/code/run.sh
    #input      = /work/rayne.liu/git/rdstackingproject/code/run.sh
    # file to dump stdout (this directory should exist)
    output     = /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta.out
    # file to dump stderr
    error     = /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta.err
    # condor logs
    log     = /work/rayne.liu/git/rdstackingproject/code/RDownScriptalphabeta.log
    #initialdir = .
    notify_user = rl746@cornell.edu
    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