MoM configuration

Hi,

are there any ways to configure MoM so that job’s standard output and error files would be updated regularly in $PBS_O_WORKDIR rather than copied over to $PBS_O_WORKDIR at the end of job run?

thanks,

Sue

You can submit jobs with -kdoe, but I’m not sure if there’s a way to do it for a whole mom.
See Writing Files Directly to Final Destination in the documentation

Might be helpful if this can be extended to stream the stdout/stderr back to $PBS_O_WORKDIR PBS -k, qpeek and output

Sorry I didn’t respond to this sooner… to make this a default for all jobs at our site I added “-k oed” to our sites default_qsub_arguments.

i.e.

qmgr -c 's s default_qsub_arguments += " -k oed"'