Warning, /iDDS/main/etc/idds/condor/server/00personal_condor.config is written in an unsupported language. File is not indexed.
0001 ## What machine is your central manager?
0002
0003 CONDOR_HOST = $(FULL_HOSTNAME)
0004
0005 ## Pool's short description
0006
0007 COLLECTOR_NAME = IDDS_POOL
0008
0009 ## When is this machine willing to start a job?
0010
0011 START = TRUE
0012
0013
0014 ## When to suspend a job?
0015
0016 SUSPEND = FALSE
0017
0018
0019 ## When to nicely stop a job?
0020 ## (as opposed to killing it instantaneously)
0021
0022 PREEMPT = FALSE
0023
0024
0025 ## When to instantaneously kill a preempting job
0026 ## (e.g. if a job is in the pre-empting stage for too long)
0027
0028 KILL = FALSE
0029
0030 ## This macro determines what daemons the condor_master will start and keep its watchful eyes on.
0031 ## The list is a comma or space separated list of subsystem names
0032
0033 DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR, SCHEDD, STARTD
0034
0035 ALLOW_READ = *
0036 ALLOW_WRITE = aipanda*.cern.ch
0037
0038 #USE_SHARED_PORT = True
0039 #SHARED_PORT_ARGS = -p 9619
0040
0041 HIGHPORT = 9700
0042 LOWPORT = 9600