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

Re: [condor-users] requiring a project code to start a job



Thank you!

- dave


On Wed, 2004-07-07 at 17:33 -0500, Jaime Frey wrote:
> > Have I done something silly, or is something strange happening?  Is it
> > the way I'm checking to make sure ProjectDescription has a value?
> 
> The ! operator is not supported by the ClassAd system used in Condor. You
> can get the same effect by comparing the value to True or False like one
> of the following:
> 
> IsOwner = UWCS_START == False
> 
> IsOwner = UWCS_START != True
> 
> +----------------------------------+---------------------------------+
> |            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.|
> +----------------------------------+---------------------------------+
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> http://lists.cs.wisc.edu/mailman/listinfo/condor-users
-- 
David A. Kotz <dkotz@xxxxxxxxxxxxx>