Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] I have 4 jobs being held in the queue andnothingis running because of that
- Date: Tue, 03 Mar 2009 00:37:52 +0000
- From: Adam Thorn <alt36@xxxxxxxxx>
- Subject: Re: [Condor-users] I have 4 jobs being held in the queue andnothingis running because of that
On Mon, 2009-03-02 at 17:55 -0500, Alas, Alex [FEDI] wrote:
> Ian,
> I ran the condor_status -const using the " marks and it came back with
> nothing so as you said it in a previous e-mail my jobs requirement are
> not matching any available machine. I have a question: the how do you
> read this expression: " (Disk >= DiskUsage) && ((Memory * 1024) >=
> ImageSize)".
> Considering this is a default value when you install condor, I think
> this my problem because the condor machines don't assign more than 512
> per each CPU node.
The reason for that apparent discrepency is that Memory is measured in
MB whereas ImageSize is in kB.
Adam