Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] unclaimed/owner status
- Date: Thu, 10 Sep 2009 09:54:01 -0400
- From: Matthew Farrellee <matt@xxxxxxxxxx>
- Subject: Re: [Condor-users] unclaimed/owner status
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.
Btw, START = blah || TRUE ...
Best,
matt