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

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