[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] reject your job because of their ownrequirements



ï
Hi, Prashant
 
Thanks for your help. I just find a solution combined with several solutions from Mailing List Archives. But I don't why. Could anyone explain the setting in condor_config?
 
Dennis
 
---------------------------------------------------------------------------------------------------------------
1. Modify condor_config
 
START                   = $(UWCS_START)
SUSPEND                 = $(UWCS_SUSPEND)
CONTINUE                = $(UWCS_CONTINUE)
PREEMPT                 = $(UWCS_PREEMPT)
KILL                    = $(UWCS_KILL)
PERIODIC_CHECKPOINT     = $(UWCS_PERIODIC_CHECKPOINT)
PREEMPTION_REQUIREMENTS = $(UWCS_PREEMPTION_REQUIREMENTS)
PREEMPTION_RANK         = $(UWCS_PREEMPTION_RANK)
START                   = $(TESTINGMODE_START)
SUSPEND                 = $(TESTINGMODE_SUSPEND)
CONTINUE                = $(TESTINGMODE_CONTINUE)
PREEMPT                 = $(TESTINGMODE_PREEMPT)
KILL                    = $(TESTINGMODE_KILL)
PERIODIC_CHECKPOINT     = $(TESTINGMODE_PERIODIC_CHECKPOINT)
PREEMPTION_REQUIREMENTS = $(TESTINGMODE_PREEMPTION_REQUIREMENTS)
PREEMPTION_RANK         = $(TESTINGMODE_PREEMPTION_RANK)
2. Add some settings to condor_config.local:
 
RESERVED_SWAP = 0
NUM_CPUS = 1
MEMORY = 256
DAEMON_LIST = MASTER, STARTD, SCHEDD, NEGOTIATOR, COLLECTOR