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

Re: [Condor-users] unclaimed/owner status



Setting SLOTS_CONNECTED_TO_CONSOLE and SLOTS_CONNECTED_TO_KEYBOARD to 1 and making sure START references "KeyboardIdle" seems like the most applicable solution (as suggested by Preston Smith).

This other SlotID solution would seem to make Slot 1 always in "owner" state and therefore unable to run any jobs...

-Eric

On Thu, 2009-09-10 at 15:13 +0100, Alan Woodland wrote:
2009/9/10 Matthew Farrellee <matt@xxxxxxxxxx>:
> Alan Woodland wrote:
>> 2009/9/10 Jeremy Villalobos <jeremyvillalobos@xxxxxxxxx>:
>>> Hello:
>>>
>>> I have a 16 core system, and all the cores appear as Owner.  I would like
>>> for the syste to show all of them, or 15 of them as unclaimed.  where is
>>> this option in the configuration
>>>
>>
>> START = ( (VirtualMachineID == 1) && (false) ) || true
>>
>> should do the trick.
>>
>> Alan
>
> VirtualMachineID is very much deprecated and should not be used if you're running a version of Condor from the past few years, use SlotID.
I pulled it from a config file that was written quite some time ago :)
>
> Btw, START = blah || TRUE ...
>
That'll teach me to blindly make changes without thinking it through properly:
START = ( (SlotID == 1) && (FALSE) ) || ( (SlotID =!= 1) && (TRUE) )

Might make more sense! (In the config I pulled it from I just had a
test for VirtualMachineID == 2)

of course that would simplify to just:
START = (SlotID =!= 1)

Alan
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: 
https://lists.cs.wisc.edu/archive/condor-users/
--
Eric Stadtherr
BIT Systems, Inc.
303.750.4047 x530