kleinhenz / SlurmClusterManager.jl

julia package for running code on slurm clusters
46 stars 5 forks source link

worker stderr/stdout is mixed #14

Open tecosaur opened 1 year ago

tecosaur commented 1 year ago

It would be good to preserve the channel (stdout or stderr) that worker output is emitted in, instead of bundling everything into stdout.

https://discourse.julialang.org/t/collecting-all-output-from-shell-commands/15592/6 may be of use for improving this.