Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] JobLeaseDuration
- Date: Mon, 19 Jun 2006 11:45:10 -0500
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [Condor-users] JobLeaseDuration
On Mon, Jun 19, 2006 at 11:18:36AM -0500, Steven Timm wrote:
>
> JobLeaseDuration appears to be a property of the job classad.
> Is there any way that you can specify a default value by putting
> it into condor_config, or do you have to wrap condor_submit
> or something to get it added?
you can use the condor_config:
http://www.cs.wisc.edu/condor/manual/v6.7.19/3_3Configuration.html#12767
> And what is the default value?
the default value is "undefined" which means "don't use job leases".
http://www.cs.wisc.edu/condor/manual/v6.7.19/2_15Special_Environment.html#sec:Job-Lease
cheers,
-zach