Cylc-8: rerunning a whole cycle

Hi,

For one of my workflows a zero length output file was generated on jasmin :frowning: Fortunately this was the last cycle ran of the workflow. Is there a way of rerunning an entire cycle with the dependencies kept.

I tried triggering the cycle and all the tasks attempted to run… I want pptransfer to run after postproc which runs after atmos_main….

I’m happy getting a pointer to the relevant bit of the cylc documentation…

many thanks

Simon

Hi Simon,

Sorry this query seems to have dropped through the net…

From cylc version 8.6.0 (which is the current default on puma2) you should be able to trigger multiple tasks together and it will run them in order, see:

The link above shows an example using the GUI.

I have used this in exactly your case, to re-run all the tasks in the previous cycle. Using the command line, the syntax is e.g:

cylc trigger u-dp361 //20310801T0000Z/*

Annette

I don’t know why it didn’t work in your case. Report back if you are still having trouble.

Annette

Hi Annette,

thanks. I just reran the whole thing. Next time I have a problem I will try rerunning as you suggest. I wonder if the fact that the suite had completed makes a difference…

Simon