Warning, /iDDS/main/etc/condor/submitter/00personal_condor.config is written in an unsupported language. File is not indexed.
0001 ## What machine is your central manager?
0002
0003 CONDOR_HOST = aipanda101.cern.ch
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 DAEMON_LIST = MASTER, SCHEDD
0035
0036 ALLOW_READ = *
0037 ALLOW_WRITE = aipanda*.cern.ch
0038
0039 #USE_SHARED_PORT = True
0040 #SHARED_PORT_ARGS = -p 9619
0041
0042 HIGHPORT = 9700
0043 LOWPORT = 9600