Warning, /analysis/SiCalo/PYHTIAGen/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/buildtest/INTT/general_codes/Jaein/SiliconSeeding/PHYTIAgen
0029
0030 Executable = $(Initialdir)/run_job.sh
0031 Notification = Never
0032 notify_user = jhwang@bnl.gov
0033 ANA_build = 481
0034 Process_ID = 0
0035 output_directory = /sphenix/user/jaein213/tracking/buildtest/INTT/general_codes/Jaein/SiliconSeeding/PHYTIAgen/condorlog
0036
0037 Arguments = "$(Process_ID) $(ANA_build)"
0038
0039 log_filename = ana$(ANA_build)_$(Process_ID)
0040 Output = $(output_directory)/log/$(log_filename).out
0041 Error = $(output_directory)/log/$(log_filename).err
0042 Log = $(output_directory)/log/$(log_filename).log
0043
0044 on_exit_hold = (ExitBySignal == True) || (ExitCode != 0)
0045 queue Process_ID from id_list.txt
0046 #Queue 1000