Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor & scientific linux
- Date: Thu, 23 Mar 2006 12:14:08 -0000
- From: "Kewley, J \(John\)" <j.kewley@xxxxxxxx>
- Subject: Re: [Condor-users] condor & scientific linux
> it's just a simple file for testing running jobs :
> ...
> Requierments = (Arch=="INTEL")&&(OpSys=="LINUX")&&(MEMORY=256)
A few possible problems:
1. Requirements is spelt wrong
2. You probably meant MEMORY== rather than MEMORY=
3. MEMORY > 256 or MEMORY >= 256 might be more what you want,
maybe even MEMORY > 250 (depending what Condor reports for the minimum
machines you want to run on - check condor_status)
4. No need to mention Arch+OpSys in Requirements if submit m/c has those values
since Condor will add them automagically
Cheers
JK