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

Re: [Condor-users] Requirements matching



On 7/31/06, David Wallom <david.wallom@xxxxxxxxxxxxx> wrote:
Hello,

Has anyone else had problems with FQDNs that include numbers causing parse
errors within "Requirements" matching?

I have a system hostname t2ce02.blah.blah which cannot be included in the

Cheers

David

The advert is below:

Requirements = (TARGET.gatekeeper_url ==
t2ce02.physics.ox.ac.uk/jobmanager-fork) && TARGET.gatekeeper_url =!=
UNDEFINED && TARGET.OpSys == "LINUX" condor_submit temp-1154357392-1.sub

what happens if you set

Requirements = (TARGET.gatekeeper_url ==
"t2ce02.physics.ox.ac.uk/jobmanager-fork") && TARGET.gatekeeper_url
=!= UNDEFINED && TARGET.OpSys == "LINUX"

(note the quotes)

Matt