Skip to content
Snippets Groups Projects
99-workspaces-submit.prod.conf 789 B
Newer Older
CONDOR_HOST = nmpost-cm-vml.aoc.nrao.edu

use ROLE : Submit

# one or more submit hosts has an external IP
PRIVATE_NETWORK_NAME = nrao.edu

# Use mcilroy's correct network interface
# while not in production yet
CONDOR_ADMIN = krowe@nrao.edu

# send email if job errors
JOB_DEFAULT_NOTIFICATION = ERROR

# Differentiate from other pools if needed
PoolName = "nmpost"

# Set UID domain
UID_DOMAIN = nrao.edu

# Filesystem - make jobs that need to run ON lustre actually see lustre
FILESYSTEM_DOMAIN = aoc.nrao.edu
 #krowe Mar 27 2023: this defaults to less than 500
 START_SCHEDULER_UNIVERSE = TotalSchedulerJobsRunning < 1400

 #krowe Feb 15 2023: VLASS submits more than 200 DAGs
 MAX_RUNNING_SCHEDULER_JOBS_PER_OWNER = 1400