Skip to content
Snippets Groups Projects
Unverified Commit 4ee78ca7 authored by Brian Bockelman's avatar Brian Bockelman
Browse files

Add explicit synchronization point.

If there's a large number of parent / child relationships, instead
of having a set of all-to-all arcs (which can number into the tens
of millions for many parents and children in one line), add in a
explicit no-op node.  This causes the number of arcs to grow linearly
instead of quadratically.

HTCondor will do this automatically in future versions; this commit
should be reverted once the new dagman is available.
parent ae00bd49
No related branches found
No related tags found
1 merge request!10Add explicit synchronization point.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment