##  What machine is your central manager?

CONDOR_HOST = uc3-mgt.uchicago.edu

## Pool's short description

COLLECTOR_NAME = uc3-mgt.uchicago.edu

##  When is this machine willing to start a job? 

START = (NodeOnline =?= True)

##  When to suspend a job?

SUSPEND = FALSE

##  When to nicely stop a job?
##  (as opposed to killing it instantaneously)

PREEMPT = FALSE

##  When to instantaneously kill a preempting job
##  (e.g. if a job is in the pre-empting stage for too long)

KILL = FALSE

##  This macro determines what daemons the condor_master will start and keep its watchful eyes on.
##  The list is a comma or space separated list of subsystem names

DAEMON_LIST = MASTER, STARTD




-- RobGardner - 05 Mar 2012
Topic revision: r1 - 05 Mar 2012, RobGardner
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback