# Use local, master or soap scheduler? # Master distributes processing over multiple local nodes. # Soap sends job to a DIAL server for processing. It is still # experimental but should work if the server is up. #local master #soap http://atlasgrid09.usatlas.bnl.gov:8080 # Maximum # concurrent subjobs for master scheduler. # and maximum number to start at one time. max_subjobs = 4 max_start_jobs = 10 # Local queue type # Probably mylsrun is best for interactive jobs and LSF for # longer running jobs. The argument for lsf is the queue name. fork #lsf dial #lsrun #usercom /bin/sh #usercom /usatlas/u/dladams/bin/mylsrun #condor bnl_atlas #condor_cod # Maximum wait time and time between loops (both in sec). maxtime = 1000 looptime = 5 # Flags indicating how program should update: # single_update - once per loop # manual_update - continuously update between during loops # auto_update - continuously update in a separate thread # Probably auto updatae is best. # Disable all if soap scheduler is used. #single_update #manual_update auto_update # Flag to delete job directories when scheduler is deleted. # Results may not be available if this is enabled. delete_slave_jobs #delete_master_jobs