LOG = $(LOCAL_DIR)/log SPOOL = $(LOCAL_DIR)/spool HOSTALLOW_ADMINISTRATOR = $(HOSTNAME), $(GLIDEIN_HOST) MAIL = /bin/mail DAEMON_LIST = MASTER, SCHEDD MASTER_ADDRESS_FILE = $(LOG)/.master_address MASTER = $(SBIN)/condor_master MASTER_LOG = $(LOG)/MasterLog ### schedd config SCHEDD = $(SBIN)/condor_schedd SCHEDD_ADDRESS_FILE = $(LOG)/.schedd_address SCHEDD_LOG = $(LOG)/ScheddLog MAX_JOBS_RUNNING = 500 #<< may need to adjust JOB_START_COUNT = 1 #<< May need to increase for pilot jobs JOB_START_DELAY = 2 NEGOTIATE_ALL_JOBS_IN_CLUSTER = True #<< start idle pilot job in the same cluster PERIODIC_EXPR_INTERVAL = 300 #<< using default? ### Queue management QUEUE_SUPER_USERS = root, condor, macgyver, pleiades #<< superuser to the queue SCHEDD_ATTRS = ScheddGlideinExperiment, IS_GLIDEIN ### shadow config PVMD = $(SBIN)/condor_pvmd ### gridmanager config GRIDMANAGER = $(SBIN)/condor_gridmanager MAX_GRIDMANAGER_LOG = 100000000 #GRIDMANAGER_DEBUG = D_FULLDEBUG GRIDMANAGER_LOG = $(LOG)/GridmanagerLog.$(USERNAME) ### GAHP: gt2 GT2_GAHP = $(SBIN)/gahp_server ### GAHP: Condor-C CONDOR_GAHP = $(SBIN)/condor_c-gahp CONDOR_GAHP_WORKER = $(SBIN)/condor_c-gahp_worker_thread C_GAHP_LOG = $(LOG)/CGAHPLog C_GAHP_WORKER_THREAD_LOG = $(LOG)/CGAHPWorkerLog ### GAHP: gt4 GT4_GAHP = $(SBIN)/gt4_gahp GT4_LOCATION = $(LIB)/gt4 GRIDFTP_SERVER = $(LIBEXEC)/globus-gridftp-server GRIDFTP_SERVER_WRAPPER = $(LIBEXEC)/gridftp_wrapper.sh ### GAHP: pbs, lsf, nordugrid, unicore GLITE_LOCATION = $(LIB)/glite PBS_GAHP = $(GLITE_LOCATION)/bin/batch_gahp LSF_GAHP = $(GLITE_LOCATION)/bin/batch_gahp UNICORE_GAHP = $(SBIN)/unicore_gahp NORDUGRID_GAHP = $(SBIN)/nordugrid_gahp ### grid monitor ENABLE_GRID_MONITOR = TRUE GRID_MONITOR = $(SBIN)/grid_monitor.sh USE_NFS = False USE_CKPT_SERVER = False COLLECTOR_HOST = gridui01.usatlas.bnl.gov:24000 LOCK = $(LOG) IS_GLIDEIN = True PREEN_INTERVAL = 0
Please note that this site is a content mirror of the BNL USATLAS TWiki. To edit the content of this page, click the Edit this page button at the top of the page and log in with your BNL USATLAS account.