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

Re: [Condor-users] Newbie ClassAds question



Darin Kalisak wrote:
On 4/3/06, David A. Kotz <dkotz@xxxxxxxxxxxxx> wrote:
You might look at the condor_config_val command, which lets you query
and change values on the fly.
http://www.cs.wisc.edu/condor/manual/v6.7/condor_config_val.html
   or
http://www.cs.wisc.edu/condor/manual/v6.6/condor_config_val.html


Thanks - that's part of what I need.

If your requirements evaluates to false in the machine classad, it seems
likely that there's a syntax error in the requirements expression.  Why
don't you post that expression from the condor_config for everyone to
look at?

I'm not clear what you mean here.  There is no "requirements" field in
the condor_config file, is there?  Just a start field?  Is there some
other file in which machine classad info is kept?

Thanks,

Darin

_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-users


Darin,

Sorry. I should have been more clear. The START expression in the condor_config determines the machine requirements for starting a job. By default it is

  START                   = $(UWCS_START)

and

  UWCS_START      = ( (KeyboardIdle > $(StartIdleTime)) \
                    && ( $(CPUIdle) || \
                         (State != "Unclaimed" && State != "Owner")) )


Have you made any changes to the START expression or to any of the expressions it uses?

- dave