Warning, /tutorials/AnaTutorial/macro/condor_scripts/run_tutorial.job is written in an unsupported language. File is not indexed.
0001 ## This is an example condor job, used to submit 5 jobs of the simple
0002 ## Fun4All_AnaTutorial_sPHENIX.C macro
0003 ## After changing that, try
0004 ## $ condor_submit run_tutorial.job
0005 ## from the terminal
0006
0007 Universe = vanilla
0008 Notification = Never
0009 Priority = 1
0010 PeriodicHold = (NumJobStarts>=1 && JobStatus == 1)
0011 request_memory = 4.0GB
0012
0013 #Change the initial directory to your initial directory where the .csh script is
0014 Initialdir = /sphenix/user/jdosbo/git/sphenix/tutorials/AnaTutorial/macro/condor_scripts
0015 Executable = $(Initialdir)/run_tutorial.sh
0016 Output = $(Initialdir)/testout_$(Process).out
0017 Error = $(Initialdir)/testerr_$(Process).err
0018 Log = $(Initialdir)/testlog_$(Process).log
0019
0020 Arguments = $(Process)
0021
0022 Queue 2