Ian Chesal wrote:
Or if you didn't care which OpSys it ran on: requirements = OpSys == "True"
Try this instead: requirements = OpSys =!= UNDEFINEDYou 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