[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] breadth-first depth-first order control in dagman
- Date: Fri, 17 Nov 2006 16:16:56 +0100
- From: Horvátth Szabolcs <szabolcs@xxxxxxxxxxxxx>
- Subject: [Condor-users] breadth-first depth-first order control in dagman
Hi,
Is it possible to control whether new DAG jobs are submitted in
breadth-first or depth-first order?
I limit the job submission rate using the maxidle switch and while it
works nicely in
limiting the number of idle jobs in the queue, it has the unlikely
effect of always submitting
the parent tasks first and only start submitting the child jobs after
all "first level" parents are submitted.
With bigger DAG structures this can delay the completion of the first
"branch" a lot.
Cheers,
Szabolcs