David Matthews
David Matthews
If a task fails due to exceeding the wallclock limit it can return to the running state if it is polled before it has exited the queue. The following workflow...
The workflow below is a much simplified version of a real case. Running this workflow results in the scheduler constantly using 100% CPU until stopped. Tested on 7.8.4 & master....
Now that we have optional outputs we need: 1) A task event for when a task finishes without completing all it's required outputs ("incomplete"?) 2) A workflow event for when...
If I have this workflow: ``` [scheduling] cycling mode = integer initial cycle point = 1 hold after cycle point = 2 stop after cycle point = 3 final cycle...
Given a workflow id, `cylc config` prints the "workflow configuration" (according to the help text). But what does that really mean? What (I think) it means is that it parses...
re https://cylc.discourse.group/t/task-wrangling-issues/517/8 We need to make it obvious when reloads fail. I think reload should: * pause the workflow (and possibly wait for any tasks in the preparing state to...
Reported by @hjoliver on Element: Consider a cycling graph with a parentless clock-xtriggered task foo at the top of each cycle. Currently (perhaps pending a future capability for clock triggers...
This used to be a problem with Subversion as well so it didn't really matter. However, "%" characters now work with Subversion so it's just rosie which causes problems.
At present, if you want different workflows to use different symlink setups on a remote platform the only way to achieve this is to create separate platforms which refer to...
Several users have reported issues associated with log retrieval (using Cylc 7.8.3 and previous versions). These relate to our HPC which uses PBS. We configure: `retrieve job logs retry delays...