Newer
Older

Nathan Hertz
committed
use ROLE : Submit
# one or more submit hosts has an external IP
PRIVATE_NETWORK_NAME = nrao.edu
# Use mcilroy's correct network interface
NETWORK_INTERFACE = 146.88.10.66
BIND_ALL_INTERFACES = False

Nathan Hertz
committed
# 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
# Filesystem - make jobs that need to run ON lustre actually see lustre
FILESYSTEM_DOMAIN = aoc.nrao.edu

Charlotte Hausman
committed
#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