Open
Description
The base scheduler class should have a config option for outputting results on a per-node basis. In the example of slurm, activating this option will add -o %N.out -e %N.out
to the sched.test_cmd variable. A separate option could be made available to determine if stderr should go to that file as well or not, if desired.