Warning, /job_submission_condor/templates/osg.submit.in is written in an unsupported language. File is not indexed.
0001 universe = vanilla
0002 executable = %EXECUTABLE%
0003 arguments = %ARGUMENTS%
0004
0005 # Log files
0006 error = LOG/CONDOR/osg_$(Cluster)_$(Process).err
0007 output = LOG/CONDOR/osg_$(Cluster)_$(Process).out
0008 log = LOG/CONDOR/osg_$(Cluster)_$(Process).log
0009
0010 # Input file
0011 transfer_input_files = %ENVIRONMENT%
0012
0013 # Send the job to Held state on failure.
0014 on_exit_hold = (ExitBySignal == True) || (ExitCode != 0)
0015
0016 # Periodically retry the jobs every 10 minutes, up to a maximum of 2 retries.
0017 #periodic_release = (NumJobStarts < 2) && (HoldReasonCode == 3) && ((CurrentTime - EnteredCurrentStatus) > 600)
0018
0019 +ProjectName="EIC"
0020 +SingularityImage="/cvmfs/singularity.opensciencegrid.org/eicweb/eic_xl:%JUGGLER_TAG%"
0021
0022 Requirements = HAS_SINGULARITY == TRUE && HAS_CVMFS_singularity_opensciencegrid_org == TRUE && OSG_HOST_KERNEL_VERSION >= 31000 && GLIDEIN_ResourceName != "Purdue-Geddes" && GLIDEIN_ResourceName != "TCNJ-ELSA" && GLIDEIN_ResourceName != "UConn-OSG" && GLIDEIN_ResourceName != "NWICG_NDCMS" && GLIDEIN_ResourceName != "OSG_US_FSU_HNPGRID" && GLIDEIN_ResourceName != "ASU-DELL_M420" && GLIDEIN_ResourceName != "GPN-GP-ARGO-Backfill" && GLIDEIN_ResourceName != "AGLT2" && GLIDEIN_ResourceName != "TACC-Jetstream-Backfill" && GLIDEIN_ResourceName != "MWT2" && GLIDEIN_ResourceName != "GLOW" && GLIDEIN_ResourceName != "CHTC" && GLIDEIN_ResourceName != "NDSU-Lancium-Backfill"
0023
0024 request_cpus = 1
0025 request_memory = 2 GB
0026 request_disk = 2 GB
0027
0028 queue %QUEUE%