cylc / cylc-rose

A Cylc plugin providing support for the Rose rose-suite.conf file.
https://cylc.github.io/cylc-doc/latest/html/plugins/cylc-rose.html
GNU General Public License v3.0
6 stars 11 forks source link

stem: install workflows hierarchically #145

Open oliver-sanders opened 2 years ago

oliver-sanders commented 2 years ago

rose stem currently installs workflows "flat".

If you're running rose stem you're likely running it many times. This means lots of old runs kicking about in the cylc-run directory.

We should consider getting rose stem to derive hierarchical workflow names by default so that all these runs go into the same hierarchy. This would help people to keep their cylc-run directories tidy, nice for the UI due to the collapsible workflow list. It would also make it easier to manage stem runs as a block e.g. cylc stop '<prefix>/*', cylc clean '<prefix>/*.

Pull requests welcome!

oliver-sanders commented 5 months ago

Likely to be resolved by #205