Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
命令 'qstat -a' 为已完成的作业输出大量信息行,所有这些作业的状态都是 'C'。似乎他们将永远停留。由于这些工作已经“完成”,如何清理这些不需要的工作信息?谢谢!
这由 qmgr 参数 keep_completed 控制。keep_completed 指定作业在完成后应继续可见的秒数。如果您想立即删除作业而不等待这段时间,您可以执行
qdel -p <jobid>
键入qstat -r以仅获取正在运行的作业
qstat -r