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

[Condor-users] kill exprs with job props



Question:

Is KILL evaluated in the context of the running job's ClassAd?

I want to do something like this:

KILL = ( if suspended ) && ( suspend time > JobMaxSuspend )

Where JobMaxSuspend is defined in the user's submit file,
or otherwise taken from the default submit expressions.

Will this work?

Cheers,
Doug