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

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



Armen,

I've found out that you can specific defaults in the condor_config of the Condor server by using the following line:

APPEND_REQUIREMENTS     = Arch == "INTEL" && OpSys == "WINNT51"

Although this will simply can the defaults to the ones to specify. I've tried setting both the Arch and OpSys variable to "" but it didn't work, although I'm running Condor 6.6.10 so your milage may vary. Hope this helps.

Dustin Binge
Research Computing - Academic Computing
University of South Florida


Armen Babikyan wrote:

Hi,

Is there a way to tell Condor to not automatically include requirements about Operating System or Architecture for a job if they are not explicitly specified in a submit file?

I am using Condor 6.7.16.

Thanks,

 - Armen