This PR proposes to add a req_output trait to SlurmSpawer in order to customize the file where SLURM saves its output.
The implementation is meant to be backward compatible by default and offers the possibility to use either a relative path from homedir or an absolute path.
This PR proposes to add a
req_output
trait toSlurmSpawer
in order to customize the file where SLURM saves its output.The implementation is meant to be backward compatible by default and offers the possibility to use either a relative path from
homedir
or an absolute path.closes #257