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

Re: [Condor-users] Why does machine reject job for unknown reasons



On Tue, May 15, 2007 at 04:38:11PM +0100, Alexander Dietz wrote:
> On 5/15/07, Ian Chesal <ian.chesal@xxxxxxxxx> wrote:
> >
> >Lets double check to make sure your constraints do indeed match some
> >machines. Try:
> >
> >condor_status -const ' ( Arch == "X86_64" ) && ( OpSys == "LINUX" ) && ( (
> >CkptArch == "X86_64" ) || ( CkptArch is undefined ) ) && ( ( CkptOpSys ==
> >"LINUX" ) || ( CkptOpSys is undefined ) ) && ( Disk >= 10000 ) && ( ( 
> >Memory
> >* 1024 ) >= 10000 )'
> >
> 
> 
> Hmm I do not get any output. Does it means none of the machine matches?

Didn't you write above that your pool is 152 machines? This means your requirements
are fulfilled on every single machine, except two which don't match disk size...

Steffen