Order of submitted requirements expressions results in different defaults added to requirements string in MRG 2.0
Issue
- Using Requirements = ( ( Target.Memory >= My.RequestMemory ) && ( RequestMemory =!= undefined ) ) in a job description file results in the job's ClassAd to have a Requirement string that includes && ( ( RequestMemory * 1024 ) >= ImageSize ) while using Requirements = ( ( RequestMemory =!= undefined ) && ( Target.Memory >= My.RequestMemory ) ) does not.
Environment
- MRG 2.0 Grid
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
