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

[Condor-users] $(DAGManJobId) still not working properly for priority



Hi,

The expression evaluation of $(DAGManJobId) for priority still does not work with 7.0.4. Using the DAGManJobId value as it is works but after modifying it with a value it always evaluates to 0.

For example if I'd like to do this:
priority = (-$(DAGManJobId) + 1000)
But no matter how I format the expression it always becomes 0. Even -1 * $(DAGManJobId) does not work.

Would be great if it got fixed in a later release.

Cheers,
Szabolcs