gpt4 book ai didi

linux - 查找 mpirun 命令的 pid

转载 作者:太空狗 更新时间:2023-10-29 12:03:28 25 4
gpt4 key购买 nike

在我发出 mpirun 命令后,我想获得这个进程的 pid,以便我可以稍后终止这个进程。如何做到这一点而不必在 mpirun 命令末尾添加“&”以将其发送到后台?

另一种情况是机器上可能有多个 mpirun 进程在运行。

最佳答案

使用 Open MPI,可以通过给 --report-pid 选项指示 mpirun 输出自己的 PID:

  • --report-pid -将PID输出到标准输出;
  • --report-pid + 输出PID到标准错误;
  • --report-pid/path/to/filename 将 PID 写入 filename

要获取所有正在运行的 mpirun 的 PID,请使用:

$ pgrep -u `whoami` mpirun

关于linux - 查找 mpirun 命令的 pid,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25809038/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com