cylc / cylc-flow

Cylc: a workflow engine for cycling systems.
https://cylc.github.io
GNU General Public License v3.0
333 stars 94 forks source link

Variable runahead limit, for start-up graphs. #4912

Open hjoliver opened 2 years ago

hjoliver commented 2 years ago

Supercedes #4903 (via an @oliver-sanders suggestion there).

Optionally tie the runahead limit down to P1 until the first cycle has finished, to avoid the ugliness of making tasks in every subsequent cycle depend explicitly on the first (if they aren't otherwise constrained by dependencies).

oliver-sanders commented 2 years ago

If possible might be worth trying to do the same for the final cycle point.