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

Re: [Condor-users] custom machine classad attributes



Nevermind. The only problem appears to be that I was missing quotation
marks around the value.

MYTHINGY = "blah"

Then it works. Condor just silently ignores the line rather than give an
error?

-----Original Message-----
From: Rowe, Thomas 
Sent: Thursday, July 21, 2011 4:17 PM
To: Condor-Users Mail List
Subject: custom machine classad attributes

I want to set a custom ClassAd attribute on certain machines so that
submitted jobs can choose to specify that they only run on certain
machines. I do not understand from the documentation how I am supposed
to do this.

Here's what I tried, just for testing purposes trying to define a
machine specific attribute called MYTHINGY:

ALLOW_CONFIG = *
SETTABLE_ATTRS_CONFIG = *
SETTABLE_ATTRS_OWNER = MYTHINGY
MYTHINGY = blah

> condor_reconfig
> condor_status -long | grep MYTHINGY # not found

> condor_config_val -set "MYTHINGY = asdf"
Attempt to set configuration "MYTHINGY = ASDF" on master BULL <192.16
8.2.63:1886> failed.

Thanks.