Warning, /job_submission_condor/templates/osg_csv.submit.in is written in an unsupported language. File is not indexed.
0001 batch_name = %DETECTOR_VERSION%/%DETECTOR_CONFIG%/%CSV_FILE%
0002
0003 universe = vanilla
0004 executable = %EXECUTABLE%
0005 arguments = %ARGUMENTS%
0006
0007 # Log files
0008 error = LOG/CONDOR/osg_$(Cluster)/osg_$(Cluster)_$(Process).err
0009 output = LOG/CONDOR/osg_$(Cluster)/osg_$(Cluster)_$(Process).out
0010 log = LOG/CONDOR/osg_$(Cluster)/osg_$(Cluster)_$(Process).log
0011
0012 # OAuth services (https://jlab.servicenowservices.com/kb_view.do?sysparm_article=KB0014968)
0013 use_oauth_services = eic
0014
0015 # Input file
0016 transfer_input_files = %INPUT_FILES%
0017
0018 # Send the job to Held state on failure.
0019 on_exit_hold = (ExitBySignal == True) || (ExitCode != 0)
0020
0021 # Periodically retry the jobs every 10 minutes, up to a maximum of 2 retries.
0022 #periodic_release = (NumJobStarts < 2) && (HoldReasonCode == 3) && ((CurrentTime - EnteredCurrentStatus) > 600)
0023
0024 +ProjectName="ePIC"
0025 +SingularityImage="/cvmfs/singularity.opensciencegrid.org/eicweb/eic_xl:%JUG_XL_TAG%"
0026
0027 Requirements = HAS_SINGULARITY == TRUE && HAS_CVMFS_singularity_opensciencegrid_org == TRUE && OSG_HOST_KERNEL_VERSION >= 31000
0028
0029
0030 +UNDESIRED_Sites = "AMNH,BEOCAT-SLATE,FNAL_GPGrid,FNAL,Wisconsin"
0031 # AMNH nodes block connections over web
0032 # BE0CAT-SLATE, FNAL_GPGrid, FNAL cannot read input files
0033 # UChicago denied access to cvmfs container files
0034 # Wisconsin Date errors
0035
0036 request_cpus = 1
0037 request_memory = 2.5 GB
0038 request_disk = 5 GB
0039
0040 max_idle = 500
0041
0042 queue file,ext,nevents,ichunk from %CSV_FILE%