Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] jobs are being killed after 30-45 minutes
- Date: Tue, 25 Jul 2006 07:16:02 +0100
- From: Santanu Das <santanu@xxxxxxxxxxxxxxxxx>
- Subject: Re: [Condor-users] jobs are being killed after 30-45 minutes
On Jul 25, 2006, at 6:43 AM, Groenwold, Jan wrote:
Your problem is that in the condor_config.local is a rule that preempt
the job after 2160 sec. (=36 min.)
To avoid that you should modify that rule:
PREEMPT = ( (Activity == "Busy") && (State == "Claimed") &&
($(ActivityTimer) > 2160) )
aahhhhha, I thought that 2160 represents minutes not the sec. and I set
that rule to allow a job to run maximum of 36 hrs.
Thanks for your help.
Cheers,
Santanu