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

Re: [Condor-users] condor_q -constraint for selfdeclared classAds doesn't work?



On Mon, Feb 14, 2005 at 03:47:40PM +0100, Thomas Lisson wrote:
> Hello
> 
> Ok, I just forgot the ' around my expression... so
> condor_q -constraint 'Owner="XYZ"' works great. All my self declared 
> ClassAds work fine, too.
> 
> I was a bit confused because (only one expression)
> condor_q -constraint ProcID=X works, and
> condor_q -constraint Owner="XYZ" doesn't.

ProcID is an integer, not a string, so it doesn't need quotes.

BTW, you probably mean condor_q -constraint ProcID==X (note 2 equals signs)

-Erik