Warning, /analysis/neutralMesonTSSA/macro/condor/condor_hotmapcheck.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/checkhotmaps.sh
0011
0012 # The argument to pass to the executable.
0013 Arguments = $(Process)
0014
0015 # The requirement line specifies which machines we want to
0016 # run this job on. Any arbitrary classad expression can
0017 # be used.
0018 #Requirements = CPU_Speed >= 1
0019
0020 # Rank is an expression that states how to rank machines which
0021 # have already met the requirements expression. Essentially,
0022 # rank expresses preference. A higher numeric value equals better
0023 # rank. Condor will give the job the machine with the highest rank.
0024 #Rank = CPU_Speed
0025
0026 # This tells Condor the maximum virtual image size to which
0027 # you believe your program will grow during its execution.
0028 request_memory = 2048MB
0029 # request_memory = 4096MB
0030 # request_memory = 8192MB
0031
0032 # Jobs with higher numerical priority will run before jobs
0033 # with lower numerical priority (-20 to 20).
0034 #Priority = +20
0035
0036
0037 # Used to give jobs a directory with respect to file input
0038 # and output.
0039 Initialdir = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor
0040
0041 # Input file given to the job.
0042 #Input = /dev/null
0043
0044 # The job's stdout is sent to this file.
0045 Output = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/out/hotmaps/job_$(Process).out
0046
0047 # The job's stderr is sent to this file.
0048 Error = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/err/hotmaps/job_$(Process).err
0049
0050 # The condor log file for this job, useful when debugging.
0051 Log = /sphenix/user/gmattson/analysis/neutralMesonTSSA/macro/condor/log/hotmaps/job_$(Process).log
0052
0053 # Email address to send notification to.
0054 ###Notify_user = mattson5@illinois.edu
0055
0056 # add hold to resolve eviction problems
0057 PeriodicHold = (NumJobStarts>=1 && JobStatus == 1)
0058
0059 # Limit to 1k jobs running at a time
0060 concurrency_limits = CONCURRENCY_LIMIT_DEFAULT:2300
0061
0062 # This should be the last command and tells condor to queue the
0063 # job. If a number is placed after the command (i.e. Queue 15)
0064 # then the job will be submitted N times. Use the $(Process)
0065 # macro to make your input/output and log files unique.
0066
0067 # Aug10 -- 1461
0068 # Aug26 -- 1507
0069 # Sep19 -- 1593
0070 # Oct1 -- 796
0071 # Nov7 -- 1006
0072
0073 Queue 1006
0074