Warning, /analysis/SiCalo/PHYTIAmacro/run_condor.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/jaein213/tracking/SiliconSeeding/MC/PYTHIA/macro
0029
0030 Executable = $(Initialdir)/run_job.sh
0031
0032 ANA_build = 481
0033 Process_ID = 0
0034 output_directory = /sphenix/user/jaein213/tracking/SiliconSeeding/MC/PYTHIA/macro/condorlog/
0035
0036 Arguments = "$(Process_ID) $(ANA_build)"
0037
0038 log_filename = ana$(ANA_build)_$(Process_ID)
0039 Output = $(output_directory)/log/$(log_filename).out
0040 Error = $(output_directory)/log/$(log_filename).err
0041 Log = $(output_directory)/log/$(log_filename).log
0042
0043 on_exit_hold = (ExitBySignal == True) || (ExitCode != 0)
0044 queue Process_ID from id_list.txt
0045 #Queue 1000