HTCondor Project List Archives



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

[Condor-devel] -better-analyze and RequestMemory




I've seen the following apparently bogus output from condor_q -better-analyze a lot in recent versions of Condor. Is there a known issue?

    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1 ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt undefined,JobVMMemory,9.765625000000000E+02)) ) >= 1000000 )
                                      0                   REMOVE

For the job in question, JobVMMemory was not defined, so the above expression looks like a tautology to me.

--Dan