## What machine is your central manager? CONDOR_HOST = rb125.cern.ch ## Pathnames: ## Where have you installed the bin, sbin and lib condor directories? RELEASE_DIR = /opt/condor-6.8.4 ## Where is the local condor directory for each host? ## This is where the local config file(s), logs and ## spool/execute directories are located LOCAL_DIR = /var/local/condor ## Mail parameters: ## When something goes wrong with condor at your site, who should get ## the email? CONDOR_ADMIN = Di.Qing@cern.ch ## Full path to a mail delivery program that understands that "-s" ## means you want to specify a subject: MAIL = /bin/mail ## Network domain parameters: ## Internet domain of machines sharing a common UID space. If your ## machines don't share a common UID space, set it to ## UID_DOMAIN = $(FULL_HOSTNAME) ## to specify that each machine has its own UID space. UID_DOMAIN = cern.ch ## Internet domain of machines sharing a common file system. ## If your machines don't use a network file system, set it to ## FILESYSTEM_DOMAIN = $(FULL_HOSTNAME) ## to specify that each machine has its own file system. FILESYSTEM_DOMAIN = cern.ch ## This macro is used to specify a short description of your pool. ## It should be about 20 characters long. For example, the name of ## the UW-Madison Computer Science Condor Pool is ``UW-Madison CS''. COLLECTOR_NAME = Personal Condor at rb125.cern.ch ## The user/group ID . of the "Condor" user. ## (this can also be specified in the environment) ## Note: the CONDOR_IDS setting is ignored on Win32 platforms CONDOR_IDS = 21086.33472 ## Condor needs to create a few lock files to synchronize access to ## various log files. Because of problems we've had with network ## filesystems and file locking over the years, we HIGHLY recommend ## that you put these lock files on a local partition on each ## machine. If you don't have your LOCAL_DIR on a local partition, ## be sure to change this entry. Whatever user (or group) condor is ## running as needs to have write access to this directory. If ## you're not running as root, this is whatever user you started up ## the condor_master as. If you are running as root, and there's a ## condor account, it's probably condor. Otherwise, it's whatever ## you've set in the CONDOR_IDS environment variable. See the Admin ## manual for details on this. LOCK = /tmp/condor-lock.$(HOSTNAME)0.950730868688883 ## When is this machine willing to start a job? START = 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 ## condor_master ## Daemons you want the master to keep running for you: DAEMON_LIST = MASTER, SCHEDD, COLLECTOR, NEGOTIATOR ## Java parameters: ## If you would like this machine to be able to run Java jobs, ## then set JAVA to the path of your JVM binary. If you are not ## interested in Java, there is no harm in leaving this entry ## empty or incorrect. JAVA = /usr/bin/java # New parameter added by gLite configurator USERNAME = glite # New parameter added by gLite configurator SCHEDD_INTERVAL = 10 # New parameter added by gLite configurator CLASSAD_LIFETIME = 60 # New parameter added by gLite configurator NEGOTIATOR_UPDATE_INTERVAL = 20 # New parameter added by gLite configurator MASTER_UPDATE_INTERVAL = 20 # New parameter added by gLite configurator UPDATE_INTERVAL = 20 # New parameter added by gLite configurator NEGOTIATOR_INTERVAL = 30 # New parameter added by gLite configurator HIGHPORT = 25000 # New parameter added by gLite configurator LOWPORT = 20000 # New parameter added by gLite configurator GRIDMANAGER_CHECKPROXY_INTERVAL = 60 # New parameter added by gLite configurator GRIDMANAGER_DEBUG = D_COMMAND D_FULLDEBUG # New parameter added by gLite configurator GRIDMANAGER_LOG = $(LOCAL_DIR)/log/GridmanagerLog.$(USERNAME) # New parameter added by gLite configurator GRIDSHELL = $(RELEASE_DIR)/sbin/condor_starter # New parameter added by gLite configurator MAX_C_GAHP_LOG = 1000000 # New parameter added by gLite configurator C_GAHP_LOG = $(LOG)/CGAHPLog.$(USERNAME) # New parameter added by gLite configurator C_GAHP_WORKER_THREAD_LOG = $(LOG)/CGAHPWorkerLog.$(USERNAME) # New parameter added by gLite configurator CONDOR_GAHP = $(RELEASE_DIR)/sbin/condor_c-gahp # New parameter added by gLite configurator CONDOR_JOB_POLL_INTERVAL = 10 # New parameter added by gLite configurator SEC_DEFAULT_NEGOTIATION = REQUIRED # New parameter added by gLite configurator SEC_DEFAULT_AUTHENTICATION = REQUIRED # New parameter added by gLite configurator SEC_DEFAULT_AUTHENTICATION = REQUIRED # New parameter added by gLite configurator GSI_DAEMON_CERT = $ENV(GLITE_HOST_CERT) # New parameter added by gLite configurator GSI_DAEMON_KEY = $ENV(GLITE_HOST_KEY) # New parameter added by gLite configurator NEGOTIATOR_IGNORE_USER_PRIORITIES = True # New parameter added by gLite configurator DAGMAN_ALLOW_EVENTS = 1 # New parameter added by gLite configurator GRIDMANAGER_MAX_JOBMANAGERS_PER_RESOURCE = 20 # New parameter added by gLite configurator HOLD_JOB_IF_CREDENTIAL_EXPIRES = TRUE # New parameter added by gLite configurator GRIDMANAGER_MAX_PENDING_REQUESTS = 1000 # New parameter added by gLite configurator GRIDMANAGER_MINIMUM_PROXY_TIME = 600 # New parameter added by gLite configurator GRIDMANAGER_MAX_SUBMITTED_JOBS_PER_RESOURCE = 32000 # New parameter added by gLite configurator GRIDMANAGER_GAHP_CALL_TIMEOUT = 900 # New parameter added by gLite configurator GRIDMANAGER_GLOBUS_COMMIT_TIMEOUT = 3600 # New parameter added by gLite configurator GRID_MONITOR_HEARTBEAT_TIMEOUT = 300 # New parameter added by gLite configurator GRID_MONITOR_RETRY_DURATION = 31536000 # New parameter added by gLite configurator GLOBUS_GATEKEEPER_TIMEOUT = 1800 # New parameter added by gLite configurator GT2_GAHP = /opt/lcg/sbin/gahp_server # New parameter added by gLite configurator GRID_MONITOR = /opt/lcg/sbin/grid_monitor.sh # New parameter added by gLite configurator ENABLE_GRID_MONITOR = True # New parameter added by gLite configurator SEC_DEFAULT_AUTHENTICATION = REQUIRED # New parameter added by gLite configurator SEC_DEFAULT_AUTHENTICATION_METHODS = FS,GSI NEGOTIATOR_MATCHLIST_CACHING = False GRIDMANAGER_TIMEOUT_MULTIPLIER = 3 SCHEDD_TIMEOUT_MULTIPLIER = 3 COLLECTOR_TIMEOUT_MULTIPLIER = 3 C_GAHP_TIMEOUT_MULTIPLIER = 3 C_GAHP_WORKER_THREAD_TIMEOUT_MULTIPLIER = 3 TOOL_TIMEOUT_MULTIPLIER = 3 GLITE_CONDORC_DEBUG_LEVEL = 2 GLITE_CONDORC_LOG_DIR = /var/tmp