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

Re: [HTCondor-users] ClassAd Attribute When Accessed Says UNDEFINED




On 4/19/24 12:23 PM, Namratha V. Urs via HTCondor-users wrote:

Hi there,

 

I have a custom condor configuration file with the following lines where my goal is to understand how HTCondor evaluates expressions having simple comparison operations:

 

Hi Namratha:

As an aside, if your goal is to just test classad _expression_, I can recommend the classad_eval command line tool:

https://htcondor.readthedocs.io/en/latest/man-pages/classad_eval.html

$ classad_eval '[a = 3]' 'a + 2'
[ a = 3 ]
5