Hi, How can I identify the different flavor of Operating System
in condor requirement. I need to submit the job to Windows and Linux machines
expect Red Hat 9 machines. So I used the requirement like this. requirements = Arch=="INTEL"
&& (OpSys == "LINUX" || OpSys == "WINNT60" || OpSys
== "WINNT51") && CondorPlatform !=
"$CondorPlatform: I386-LINUX_RH9 $" It is not identifying the CondorPlatfrom condition.
Basically I want to restrict the job going to and executing on Red Hat 9. How to
do that. Thanks, Senthil condor_q -l ‘job_id” -analyze WARNING: Be advised: No resources matched request's constraints Check the Requirements _expression_ below: Requirements = (Arch == "INTEL" && (OpSys
== "LINUX" || OpSys == "WINNT60" || OpSys ==
"WINNT51") && CondorPlatform != "I386-LINUX_RH9")
&& (Disk >= DiskUsage) && ((Memory * 1024) >= ImageSize)
&& (HasFileTransfer) |