Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Appending requirements
- Date: Mon, 21 Dec 2009 16:30:29 -0500
- From: Matthew Farrellee <matt@xxxxxxxxxx>
- Subject: Re: [Condor-users] Appending requirements
On 12/21/2009 03:30 PM, Ian Chesal wrote:
>> 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
http://www.google.com/search?q=site%3Acs.wisc.edu%2Fcondor%2Fmanual%2Fv7.4+append+requirements
And you'll discover APPEND_REQUITEMENTS. Also visible from the manual's index.
Best,
matt