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

Re: [Condor-users] I have 4 jobs being held in thequeueandnothingis running because of that



> Sorry, I am a little bit in a hurry to leave the office, what
> I meant to say is that the expression I am inquiring is added
> by condor on all the jobs, I know because I am not including
> it in my description files. Is there a way to change that?

Yes: If Condor sees any reference to Disk and Memory in your
requirements string when you submit it won't auto-add anything. So you
could add to your requirements expression:

(Disk > 1 && Memory > 1)

And now Condor won't force the comparison against DiskUsage and
ImageSize.

You can also consider defining your owk disk and memory guess that are
static and use those instead. Condor automatically updates DiskUsage and
ImageSize once a job starts to execute based on what it thinks your job
is actually using.

- Ian

Confidentiality Notice.
This message may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution,  or copying  of this message, or any attachments, is strictly prohibited.  If you have received this message in error, please advise the sender by reply e-mail, and delete the message and any attachments.  Thank you.