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


Date: Mon, 14 Feb 2005 16:37:03 -0600
From: Erik Paulson <epaulson@xxxxxxxxxxx>
Subject: 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

[← Prev in Thread] Current Thread [Next in Thread→]