Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] kill exprs with job props
- Date: Mon, 5 Dec 2005 10:27:52 -0500 (EST)
- From: Douglas L Thain <dthain@xxxxxxxxxx>
- Subject: [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