This is an old revision of the document!
−Table of Contents
Condor Configuration Files
This page contains copies of the configuration files we use on our system. Use the table of contents to the right to jump to a specific configuration file.
Global Configuration File
Central Manager Shared Configuration File
- condor_config_manager.shared
# Which daemons should run? This essentially defines # the machine's role in the Condor system. DAEMON_LIST = COLLECTOR, MASTER, NEGOTIATOR, SCHEDD, STARTD, KBDD ##-------------------------------------------------------------------- ## condor_collector ##-------------------------------------------------------------------- ## Address to which Condor will send a weekly e-mail with output of ## condor_status. CONDOR_DEVELOPERS = condor-admin@cs.wisc.edu
Worker Shared Configuration File
- condor_config_worker.shared
# Which daemons should run? This essentially defines # the machine's role in the Condor system. DAEMON_LIST = MASTER, STARTD, KBDD ##-------------------------------------------------------------------- ## condor_collector ##-------------------------------------------------------------------- ## Address to which Condor will send a weekly e-mail with output of ## condor_status. # Don't send monthly statistics emails. # The central manager will do that. CONDOR_DEVELOPERS = NONE