【发布时间】:2021-05-25 20:00:43
【问题描述】:
我收到了这个错误
It seems that [at least] one of the processes that was started with
mpirun did not invoke MPI_INIT before quitting (it is possible that
more than one process did not invoke MPI_INIT -- mpirun was only
notified of the first one, which was on node n0).
虽然我使用 MPI 运行 6 个进程,因为我只有使用此命令并行的 6 个内核
mpirun -np 6 my_command
2060 RTX 笔记本电脑
【问题讨论】: