Warning, /analysis/neutralMesonTSSA/macro/condor/condor_neutralmeson.job is written in an unsupported language. File is not indexed.
0001 # All local jobs are part of the vanilla universe.
0002 Universe = vanilla
0003
0004 # We want email if the job completed successfully. This can
0005 # be set to Always, Error, or Never.
0006 Notification = Never
0007
0008 # The executable we want to run.
0009 # Executable = /sphenix/user/gmattson/analysis/pythiaEMCalAna/macro/condor/dummy.sh
0010 Executable = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/neutralmeson.sh
0011
0012 # The argument to pass to the executable.
0013 offset = 4228
0014 # offset = 20000
0015 jobnum = $$([ $(Process) + $(offset) ])
0016 # Arguments = $(Process)
0017 # Arguments = $$([$(Process) + 20000])
0018 Arguments = $(jobnum)
0019
0020 # The requirement line specifies which machines we want to
0021 # run this job on. Any arbitrary classad expression can
0022 # be used.
0023 #Requirements = CPU_Speed >= 1
0024
0025 # Rank is an expression that states how to rank machines which
0026 # have already met the requirements expression. Essentially,
0027 # rank expresses preference. A higher numeric value equals better
0028 # rank. Condor will give the job the machine with the highest rank.
0029 #Rank = CPU_Speed
0030
0031 # This tells Condor the maximum virtual image size to which
0032 # you believe your program will grow during its execution.
0033 request_memory = 2048MB
0034 # request_memory = 4096MB
0035 # request_memory = 8192MB
0036
0037 # Jobs with higher numerical priority will run before jobs
0038 # with lower numerical priority (-20 to 20).
0039 #Priority = +20
0040
0041
0042 # Used to give jobs a directory with respect to file input
0043 # and output.
0044 Initialdir = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor
0045
0046 # Input file given to the job.
0047 #Input = /dev/null
0048
0049 # The job's stdout is sent to this file.
0050 # Output = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/out/job_$(Process).out
0051 # Output = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/out/job_$$([$(Process) + 20000]).out
0052 Output = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/out/NM/job_$(jobnum).out
0053
0054 # The job's stderr is sent to this file.
0055 # Error = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/err/job_$(Process).err
0056 # Error = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/err/job_$$([$(Process) + 20000]).err
0057 Error = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/err/NM/job_$(jobnum).err
0058
0059 # The condor log file for this job, useful when debugging.
0060 # Log = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/log/job_$(Process).log
0061 Log = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/log/NM/job_$(jobnum).log
0062
0063 # Email address to send notification to.
0064 ###Notify_user = mattson5@illinois.edu
0065
0066 # add hold to resolve eviction problems
0067 PeriodicHold = (NumJobStarts>=1 && JobStatus == 1)
0068
0069 # Limit to 1k jobs running at a time
0070 concurrency_limits = CONCURRENCY_LIMIT_DEFAULT:2300
0071
0072 # This should be the last command and tells condor to queue the
0073 # job. If a number is placed after the command (i.e. Queue 15)
0074 # then the job will be submitted N times. Use the $(Process)
0075 # macro to make your input/output and log files unique.
0076
0077 # Blair's "good run" list -- 3945
0078 # caloruns_validspin -- 1647
0079 # July9DSTs -- 17020
0080 # July30DSTs -- 34177
0081 # Aug10 DSTs -- 27192
0082 # Aug26 DSTs -- 36326
0083 # Oct1 DSTs -- 23764
0084 # Nov7 DSTs -- 6892
0085
0086 Queue 1
0087 # condor limits number of jobs per submission
0088 # Queue 20000
0089 # Queue 3764
0090