Warning, /analysis/SiCalo/dstmacro/data/run_condor_run3pp.job is written in an unsupported language. File is not indexed.
0001 Universe = vanilla
0002 Notification = Never
0003 PeriodicHold = (NumJobStarts>=2 && JobStatus == 1)
0004 request_memory = 10GB
0005 #Priority = 20
0006 #concurrency_limits = CONCURRENCY_LIMIT_DEFAULT:1000
0007 job_lease_duration = 86400
0008
0009 # If you need multiple cores you can ask for them, but the scheduling
0010 # may take longer the "larger" a job you ask for
0011 request_cpus=1
0012
0013 # Copy all of the user's current shell environment variables
0014 # at the time of job submission.
0015 GetEnv=True
0016
0017 # The requirement line specifies which machines we want to
0018 # run this job on. Any arbitrary classad expression can
0019 # be used.
0020 Requirements=(CPU_Speed >= 1)
0021
0022 # Rank is an expression that states how to rank machines which
0023 # have already met the requirements expression. Essentially,
0024 # rank expresses preference. A higher numeric value equals better
0025 # rank. Condor will give the job the machine with the highest rank.
0026 Rank=CPU_Speed
0027
0028 Initialdir = /sphenix/user/hachiya/myrepo/analysis/SiCalo/dstmacro/data
0029
0030 output_directory = /sphenix/tg/tg01/commissioning/INTT/work/hachiya/SiCaloTrack/data/run3pp/condor
0031
0032 Executable = $(Initialdir)/run_job_run3pp.sh
0033 Arguments = "$(nevts) $(indst_seed) $(indst_calo) $(outroot) $(startevt)"
0034
0035 # log_filename = condor_test
0036 log_filename = condor_$(process)
0037 Output = $(output_directory)/log/$(log_filename).out
0038 Error = $(output_directory)/log/$(log_filename).err
0039 Log = $(output_directory)/log/$(log_filename).log
0040 on_exit_hold = (ExitBySignal == True) || (ExitCode != 0)
0041
0042 #Queue nevts, indst_seed, indst_calo, outroot, startevt from joblist/dst_run79516_1.list
0043 Queue nevts, indst_seed, indst_calo, outroot, startevt from joblist/dst_run79516.list