Question

I used to use a server with LSF but now I just transitioned to one with SLURM.

What is the equivalent command of bpeek (for LSF) in SLURM?

bpeek bpeek Displays the stdout and stderr output of an unfinished job

I couldn't find the documentation anywhere. If you have some good references for SLURM, please let me know as well. Thanks!

Était-ce utile?

La solution 2

You might also want to have a look at the sattach command.

Autres conseils

I just learned that in SLURM there is no need to do bpeek to check the current standard output and standard error since they are printed in running time to the files specified for the stdout and stderr.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top