SvenMarcus / hpc-rocket

https://svenmarcus.github.io/hpc-rocket/
MIT License
26 stars 3 forks source link

Tail an output file #32

Closed SvenMarcus closed 2 years ago

SvenMarcus commented 2 years ago

Slurm writes its output to a file instead of stdout. There should be an option to use tail to submit the output of the file to stdout of the local machine.

SvenMarcus commented 2 years ago

This can become confusing if the submitted job is a job array. Pushing this back until I have thought more about it.