Newer
Older
use ROLE : Submit
# one or more submit hosts has an external IP
PRIVATE_NETWORK_NAME = nrao.edu
# Use hamilton's correct network interface
NETWORK_INTERFACE = 146.88.1.44
BIND_ALL_INTERFACES = False
# 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
# 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
# Submit host settings for the RADIAL cluster
CONDOR_GAHP = $(SBIN)/condor_c-gahp
C_GAHP_LOG = /tmp/CGAHPLog.$(USERNAME)
C_GAHP_WORKER_THREAD_LOG = /tmp/CGAHPWorkerLog.$(USERNAME)
C_GAHP_WORKER_THREAD_LOCK = /tmp/CGAHPWorkerLock.$(USERNAME)