Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] kill exprs with job props
- Date: Mon, 5 Dec 2005 09:48:26 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] kill exprs with job props
On Mon, Dec 05, 2005 at 10:27:52AM -0500, Douglas L Thain wrote:
>
> Question:
>
> Is KILL evaluated in the context of the running job's ClassAd?
>
No, it's in the machine ad.
> 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?
>
Export JobMaxSuspend into the machine ad with STARTD_JOB_EXPRS
-Erik