Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] DAGMan slow startup
- Date: Tue, 23 Oct 2007 08:38:40 -0700
- From: "David Konerding" <dakoner@xxxxxxxxx>
- Subject: Re: [Condor-users] DAGMan slow startup
On 10/22/07, Atle Rudshaug <atle.rudshaug@xxxxxxxxx> wrote:
> I am running a DAGMan job which I want to be executed more or less
> realtime. When I submit the .dag file the log sais the different DAG
> Nodes are submitted right away (right now only 3, but may need to be
> 100+), but it takes about 5 minutes before anything more happens. I
> have Condor in TEST mode so it should ignore if my nodes are busy.
> condor_status sais all nodes are Idle. It only takes about 30-40
> seconds from the jobs start running to everything is finished
> (including postprocessing). It would be nice if I could cut off those
> 5 minutes of idle time. Is that possible?
>
> Sometimes
Hi Atle,
My experience is that if you run 'condor_reschedule' right after
submitting a DAGman
job, the job will run within 1 minute.
Dave