ï
I got it!
The problem is due to no keyboard in my cluster.
If keyboard condtions of START, SUSPEND and CONTINUE attributes are
removed in condor_config, it will work.
Note: There is a mistake in my last letter. In the file,
condor_config, should change UWCS_* to TESTINGMODE_*.
Best Regards,
Dennis Hsu
-------------------------- AnCAD Inc. 5F, No. 67, Sec. 1, Yonghe
Rd., Yonghe City, Tapei County, 234 Taiwan
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
_______________________________________________ Condor-users mailing
list Condor-users@xxxxxxxxxxx https://lists.cs.wisc.edu/mailman/listinfo/condor-users
|