can torque pbs output error messages to file in real time

假装没事ソ 提交于 2019-12-08 02:17:14

问题


The errors and results are written into *.err(PBS -e) and *.out(PBS -o) files, after the torque pbs jobs are finished.

Can torque pbs output ERROR messages to *.err in real time when jobs are running ?

Can torque pbs output OUTPUT messages to *.out in real time when jobs are running ?

How to config pbs_server or something else?

Thanks.


回答1:


The way to do this is to set

$spool_as_final_name true

in the config file for the mom's. This is located in /mom_priv/config. This is documented here.



来源:https://stackoverflow.com/questions/21251810/can-torque-pbs-output-error-messages-to-file-in-real-time

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