Matt Shin

Results 16 comments of Matt Shin

Note: task event handlers can now handle custom task outputs, so this is a bit more complex.

Your speculation is most likely correct. It was to avoid multiple tasks (i.e., different jobs/processes on different nodes on an HPC/cluster) creating the same directories at the same time on...

Ideally, however, we should have syntaxes to support both append and override semantics.

See also https://github.com/cylc/cylc/issues/2534#issuecomment-360739139

If we can assume that cycle point does not have `.` in it, then it should be possible to support the `dot` character in task names. **Other considerations** I remember...

@dwsutherland My comment above on the use of the `/` slash and pipe `|` character as delimiters was meant to be an observation. We have tried our best in a...

Currently: - Both `cylc run` and `cylc restart` have the options `--set=NAME=VALUE` and `--set-file=FILE`. - These settings are stored in memory and `cylc reload` re-uses them. Problems: - We want...

Some ideas of what to display: * General health of the workflows the user is running. Information that tells users to take action and/or warn users of IT issues. E.g....

For task analytics, I believe users would probably want per-suite as well as a view for groups of suites. E.g. they may want to analyse all tasks running a similar...