cylc / cylc-flow

Cylc: a workflow engine for cycling systems.
https://cylc.github.io
GNU General Public License v3.0
329 stars 93 forks source link

cylc job submission: only direct submission stderr into suite err on failure #766

Closed benfitzpatrick closed 10 years ago

benfitzpatrick commented 10 years ago

45bbf5b directed job submission stdout and stderr to the daemon stdout and stderr. This is usually a good thing, but at has the annoying habit of always reporting everything via stderr, e.g.:

[t0310.2013010100 job submission] job 58630 at 2013-11-11 10:20
[t0070.2013010100 job submission] job 58632 at 2013-11-11 10:20
[t0220.2013010100 job submission] job 58634 at 2013-11-11 10:20

which goes straight into the suite daemon stderr, whether the submission succeeded or not.

This makes the gcylc error notification (#692) useless for suites that heavily use at.

We should figure out a way to stop the pollution of the daemon stderr in the case of successful submissions. This could even just be at specific...

benfitzpatrick commented 10 years ago

Using some user-supplied loadleveler filter scripts can also generate useless warnings.