Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /analysis/SiCalo/dstmacro/sim/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/hachiya/INTT/INTT/general_codes/hachiya/SiliconSeeding/macro
0029 
0030 output_directory   = $(Initialdir)/condor
0031 
0032 Executable         = $(Initialdir)/run_job.csh
0033 Arguments          = "$(Nevts) $(InDST) $(OutRoot) $(Start)"
0034 
0035 log_filename       = condor_$(process)
0036 Output             = $(output_directory)/log/$(log_filename).out
0037 Error              = $(output_directory)/log/$(log_filename).err
0038 Log                = $(output_directory)/log/$(log_filename).log
0039 on_exit_hold = (ExitBySignal == True) || (ExitCode != 0)
0040 
0041 #Queue Nevts, InDST, OutRoot, Start from dst_em_10.list
0042 Queue Nevts, InDST, OutRoot, Start from dst_em.list
0043 #Queue Nevts, InDST, OutRoot, Start from dst_em_jaein.list
0044 #Queue Nevts, InDST, OutRoot, Start from dst_ep_jaein_jun.list
0045 #Queue Nevts, InDST, OutRoot, Start from dst_pythia0.list
0046 #Queue Nevts, InDST, OutRoot, Start from dst_pythia1k.list
0047 #Queue Nevts, InDST, OutRoot, Start from dst_jpsi.list