[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] DAGMAN_SUBMIT_DEPTH_FIRST setting flips the submission order.



Hi,

First of all thanks for implementing depth first dag submission.

When setting DAGMAN_SUBMIT_DEPTH_FIRST to true the order
the dag nodes get submitted into the queue is reversed,
so the last submitted job is the first to get into the queue.

In my opinion the first "level" of jobs *should* be submitted
in the order defined in the dag file and only the child jobs
should get into the start of the submission queue.
The current method basically flips the execution order of
the whole dag.

Any thoughts on this one?

Cheers,
Szabolcs