本文介绍了可以使pbs输出错误消息实时归档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在完成扭矩pbs作业之后,将错误和结果写入* .err(PBS -e)和* .out(PBS -o)文件.
The errors and results are written into *.err(PBS -e) and *.out(PBS -o) files, after the torque pbs jobs are finished.
在作业运行时,扭矩pbs可以将错误消息实时输出到* .err吗?
Can torque pbs output ERROR messages to *.err in real time when jobs are running ?
在作业运行时,扭矩pbs可以将输出消息实时输出到* .out吗?
Can torque pbs output OUTPUT messages to *.out in real time when jobs are running ?
如何配置pbs_server或其他内容?
How to config pbs_server or something else?
谢谢.
推荐答案
方法是设置
$spool_as_final_name true
在妈妈的配置文件中.它位于/mom_priv/config中.这是在此处记录.
in the config file for the mom's. This is located in /mom_priv/config. This is documented here.
这篇关于可以使pbs输出错误消息实时归档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!