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

Re: [Condor-users] Condor_q on Win XP question



On Tue, 27 Jul 2004, Colin Stolley wrote:

>
> > A good example is
> > 'condor_q -constraint jobstatus==1'    returns those idle jobs
> > 'condor_q -constraint MyType=="Job"'    returns nothing even though
> > the jobs (even those from previous example) have a ClassAd of MyType =
> > "Job"
> >
> That's a funny thing about cmd.exe and its handling of quotation marks.
> I find something like this works ok though:
>
> condor_status -constraint "OpSys == \"WINNT50\""
>
> (Note the backslashes around the string value)

I don't think it's the quotation marks he's having trouble with. I think
it's the fact that MyType and TargetType are special attributes to
ClassAds.

+----------------------------------+---------------------------------+
|            Jaime Frey            | I stayed up all night playing   |
|        jfrey@xxxxxxxxxxx         | poker with tarot cards. I got a |
|  http://www.cs.wisc.edu/~jfrey/  | full house and four people died.|
+----------------------------------+---------------------------------+