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

Re: [Condor-users] Ignoring job requirements defaults?





Ian Chesal wrote:

Or if you didn't care which OpSys it ran on:

	requirements = OpSys == "True"


Try this instead:

requirements = OpSys =!= UNDEFINED

You can also have this inserted into the requirements expression by default by using the following line in your condor config file:

APPEND_REQUIREMENTS = (OpSys =!= UNDEFINED)

--Dan