[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



Hi Ben now I also see and understand the difference between "Slot" and "Job" used in the recipe. I did not notice this before until you point out. I makes more sense now. thanks a bunch!!!


On Tue, Aug 20, 2013 at 9:32 AM, Prem Kumar <prem.it.kumar@xxxxxxxxx> wrote:
Somebody please slap me .... yes Ben you are right, +IsGaussSlot should be +IsChemSlot
I kept changing the names thinking it did not like it, and forgot to make corrections. 

thank you very much!!!!!!!


On Tue, Aug 20, 2013 at 9:26 AM, Ben Cotton <ben.cotton@xxxxxxxxxxxxxxxxxx> wrote:
Two things:

On Tue, Aug 20, 2013 at 10:18 AM, Prem Kumar <prem.it.kumar@xxxxxxxxx> wrote:
> +IsGaussSlot = True

I don't see this in your start _expression_. Should this be "IsChemJob"?
(Note that you use "Slot "where the example uses "Job". HTCondor
should behave correctly with the different job and slot name spaces,
but for human-readability I'd use "Job" for job ads and "Slot" for
startd ads).


> START = ($(START)) && (MY.IsChemSlot =!= True || TARGET.IsChemSlot)
>
As above, I'd suggest changing "TARGET.IsChemSlot" to
"TARGET.IsChemJob", but the problem is probably the inconsistency
between your submit file and the START _expression_ (i.e. Gauss vs
Chem).

Does this help?

--
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/