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

Re: [Condor-users] Appending requirements



http://ieeexplore.ieee.org/Xplore/login.jsp?url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F10856%2F34197%2F01630792.pdf%3Farnumber%3D1630792&authDecision=-203

________________________________________
From: condor-users-bounces@xxxxxxxxxxx [condor-users-bounces@xxxxxxxxxxx] On Behalf Of Mag Gam [magawake@xxxxxxxxx]
Sent: 26 December 2009 14:36
To: Condor-Users Mail List
Subject: Re: [Condor-users] Appending requirements

Thanks!


On Mon, Dec 21, 2009 at 4:30 PM, Matthew Farrellee <matt@xxxxxxxxxx> wrote:
> 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
> _______________________________________________
> 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/
>
_______________________________________________
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/