Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /coresoftware/calibrations/tpc/generator/condor_run_testfile.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 # The requirement line specifies which machines we want to
0005 # The executable we want to run.
0006 Executable      = bash_for_condor_submission.sh
0007 
0008 
0009 # The argument to pass to the executable.
0010 Arguments       = "/sphenix/user/shulga/Work/IBF/DistortionMap/Files/Summary_hist_mdc2_UseFieldMaps_AA_event_0_bX10556072.root /sphenix/u/czhang4/distortion_maps/2022.01/Summary_hist_mdc2_UseFieldMaps_AA_event_0_bX10556072"
0011 # run this job on.  Any arbitrary classad expression can
0012 # be used.
0013 #Requirements    = (CPU_Speed >= 1)
0014 
0015 # Rank is an expression that states how to rank machines which 
0016 # have already met the requirements expression.  Essentially, 
0017 # rank expresses preference.  A higher numeric value equals better 
0018 # rank.  Condor will give the job the machine with the highest rank.
0019 #    Rank = CPU_Speed
0020 
0021 # Jobs by default get 1.4Gb of RAM allocated, ask for more if needed
0022 # but if a job needs more than 2Gb it will not be able to run on the
0023 # older nodes
0024 request_memory = 4.1GB
0025 
0026 # If you need multiple cores you can ask for them, but the scheduling
0027 # may take longer the "larger" a job you ask for
0028 request_cpus = 1
0029 
0030 # This flag is used to order only one's own submitted jobs 
0031 # The jobs with the highest numbers get considered for 
0032 # scheduling first.
0033 #Priority        = 4
0034 
0035 # Copy all of the user's current shell environment variables 
0036 # at the time of job submission.
0037 #GetEnv          = True
0038 
0039 # Used to give jobs a directory with respect to file input 
0040 # and output.
0041 Initialdir      = /sphenix/u/czhang4/adamcoresoftware/calibrations/tpc/generator
0042 
0043 # Input file given to the job.
0044 #Input           = /dev/null
0045 
0046 # The job's stdout is sent to this file.
0047 Output          = /sphenix/user/rcorliss/distortion_maps/2022.01/condor.out
0048 
0049 # The job's stderr is sent to this file.
0050 Error           = /sphenix/user/rcorliss/distortion_maps/2022.01/condor.err
0051 
0052 # The condor log file for this job, useful when debugging.
0053 Log             = /sphenix/user/rcorliss/distortion_maps/2022.01/condor.log
0054 
0055 
0056 # This should be the last command and tells condor to queue the
0057 # job.  If a number is placed after the command (i.e. Queue 15)
0058 # then the job will be submitted N times.  Use the $(Process)
0059 # macro to make your input/output and log files unique.
0060 Queue