Matthew Farrellee 6c18cfa
##  What machine is your central manager?
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
CONDOR_HOST = $(FULL_HOSTNAME)
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
## Pool's short description
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
COLLECTOR_NAME = Personal Condor at $(FULL_HOSTNAME)
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
##  When is this machine willing to start a job? 
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
START = TRUE
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
##  When to suspend a job?
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
SUSPEND = FALSE
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
##  When to nicely stop a job?
Matthew Farrellee 6c18cfa
##  (as opposed to killing it instantaneously)
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
PREEMPT = FALSE
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
##  When to instantaneously kill a preempting job
Matthew Farrellee 6c18cfa
##  (e.g. if a job is in the pre-empting stage for too long)
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
KILL = FALSE
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
##  This macro determines what daemons the condor_master will start and keep its watchful eyes on.
Matthew Farrellee 6c18cfa
##  The list is a comma or space separated list of subsystem names
Matthew Farrellee 6c18cfa
Matthew Farrellee 6c18cfa
DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR, SCHEDD, STARTD
Matthew Farrellee 6c18cfa