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

Re: [Condor-users] Appending requirements



> How can I append requirements in a submit file?

AFAIK, I you can't append to a Requirements attribute in the submit file. That is: you can't have it appear more than once. But you can build up Requirements using other attributes. For example:

+MyRequirements = KFlops > 1000 && TotalDisk > 100
+OtherRequirements = OpSys == "WINNT52" && Arch == "x86_64"
Requirements = (MyRequirements) && (OtherRequirements)

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