Tim Pillinger

Results 196 comments of Tim Pillinger

> Tried this with Dave's example from #4513, I think I've managed to reproduce it on this branch. Will investigate and try again, could someone else have a crack. Actually...

> I tried reproducing #4516 on 8.0.x, but don't think I could reproduce using `_remote_background_indep_tcp` platform > > ``` > [scheduling] > [[graph]] > R1 = a:fail? => restart >...

Example I used ``` #!jinja2 [scheduling] [[graph]] R1 = "timeout-remote & timeout-local-slurm & timeout-local-bg" [runtime] [[timeout-remote]] script = "sleep 600" platform = xce execution time limit = PT1S [[timeout-local-slurm]] script...

I've rebased this on the wrong branch. I'm taking that as an indication of tiredness. Will fix tomorrow. 😞

@oliver-sanders @MetRonnie Please check that I haven't messed owt up with my foolish rebasing.

> @wxtim This is not going to be done for 8.0.0, could you check the scheduling tutorial in the docs to make sure it's still ok. The chunk of tutorial...

One point which occurs on a quick read of this issue is a language problem: In this context I think `"flow"=="reflow"`, but when using `cylc install --flow-name=foo`, "flow" is "workflow"....

> @wxtim This is related to `cylc vro` #5121 I think that I already have a proof of concept which is nearly ready for this, so I've assigned it to...

> To find out for sure we will have to poll users. Or just do some options, and listen > +ui (tui likely to be a popular choice w/ `rose...

## Review of possible clashes of CLI args ### `ic` (clean, install) @oliver-sanders suggests doing this as `cylc install --clean`. > Don't support any cylc clean options via cylc install...