Hi,
I've added APPEND_REQUIREMENTS = TARGET.OpSys =!= "" && TARGET.Arch =!= "" to my condor_config.local. But when I submit a job on my Linux node the scheduler still automatically appends ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) to my job requirements. Am I doing something wrong? Best regards, Lukas |