SLURM display the stdout and stderr of an unfinished job

喜夏-厌秋 提交于 2019-12-05 21:01:19

问题


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!


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/19062153/slurm-display-the-stdout-and-stderr-of-an-unfinished-job

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!