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

Re: [Condor-users] condor requirement



WARNING:  Be advised:
   No resources matched request's constraints

The Requirements expression for your job is:

( ( target.Arch == "INTEL" &&
( target.OpSys == "LINUX" || target.OpSys == "WINNT60" || target.OpSys == "WINNT51" ) ) &&
target.OPSYS_FLAVOUR != "RH9" ) && ( target.Disk >= DiskUsage ) &&
( ( target.Memory * 1024 ) >= ImageSize ) && ( target.HasFileTransfer )

    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   target.OPSYS_FLAVOUR != "RH9"     0                   REMOVE
2   ( target.OpSys == "LINUX" || target.OpSys == "WINNT60" || target.OpSys == "WINNT51" )
                                      188
3   target.Arch == "INTEL"            190
4   ( target.Disk >= 10000 )          192
5   ( ( 1024 * target.Memory ) >= 0 ) 192
6   ( target.HasFileTransfer )        192

-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Ian Chesal
Sent: Tuesday, January 15, 2008 4:33 PM
To: Condor-Users Mail List
Subject: Re: [Condor-users] condor requirement

> I have requirement like this in job description
> requirements   = (Arch=="INTEL" && (OpSys == "LINUX" || OpSys
> == "WINNT60" || OpSys == "WINNT51")) &&  OPSYS_FLAVOUR != "RH9"
>
> But still condor does not match the resource and complains.

What does condor_q -better-analyze tell you? It can be a little more
insightful when it comes to debugging requirements issues.

- 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.




_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/