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 11:15:25 +0100
- From: Alan Woodland <alan.woodland@xxxxxxxxx>
- Subject: Re: [Condor-users] unclaimed/owner status
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