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

Re: [HTCondor-users] How to reserve a slot or machine for special jobs



Correction TARGET.IsOzakSlot should be TARGET.IsChemSlot i copied and pasted the wrong submit file.



On Tue, Aug 20, 2013 at 9:18 AM, Prem Kumar <prem.it.kumar@xxxxxxxxx> wrote:
Hi Ben,

Here is my submit file:
Universe = Vanilla
Executable = test.sh
Arguments = 12
Log = test.log
Output = test.out
Error = test.error
Notification = Never
+IsGaussSlot = True
Requirements = (CAN_RUN_WHOLE_MACHINE) && regexp("cnode", Machine) && TARGET.IsOzakSlot
+RequiresWholeMachine = True
Queue



My START _expression_ in condor_config.local on cnode15 and other two machines are

IsChemSlot = True
STARTD_EXPRS = $(STARTD_EXPRS) IsChemSlot

START = ($(START)) && (MY.IsChemSlot =!= True || TARGET.IsChemSlot)

Am I missing anything here?

Best!


On Tue, Aug 20, 2013 at 9:10 AM, Ben Cotton <ben.cotton@xxxxxxxxxxxxxxxxxx> wrote:
What do you have START set to on the 3 reserved machines? What does
your submit file look like?


--
Ben Cotton
Senior Support Engineer
Cycle Computing, LLC
The Leader in Utility Supercomputing Software
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/