python - 无论我将MPI Parallel设置为false还是true,我都继续收到MPI错误

标签 python makefile compiler-errors mpi

我正在尝试在Palabos软件中运行渗透率教程,但是,我继续收到以下错误:

我尝试在Make文件中将Parallel MPI从true更改为false,但仍然是相同的错误。

~(0.0)~ /scratch/06535/sammyjo/palabos-v2.0r0/examples/tutorial/permeability
[182] 01:33 PM sammyjo permeability $ ./permeability twoSpheres.dat tmp/ 48 64 64 0.00005
[Tue Jul  9 13:33:37 2019] [unknown] Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(537):
MPID_Init(246).......: channel initialization failed
MPID_Init(638).......:  PMI2 init failed: 1
aborting job:
Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(537):
MPID_Init(246).......: channel initialization failed
MPID_Init(638).......:  PMI2 init failed: 1

任何帮助将不胜感激。

最佳答案

没有足够的信息来找出问题所在。您可以尝试运行MPI hello-world程序(https://mpitutorial.com/tutorials/mpi-hello-world/),并查看MPI是否正在运行。
谢谢

关于python - 无论我将MPI Parallel设置为false还是true,我都继续收到MPI错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56959235/

相关文章:

python - 如何使用wxPython通过在透明背景上拖动鼠标来选择要捕获的屏幕矩形?

python - 缺少一个约束的约束满足问题

python - 试图在列表中找到多数元素

c++ - Mac上的SystemC在Makefile中出错

compiler-errors - 英特尔fortran编译错误 “This intrinsic function is invalid in constant expressions”

c# - 使用目标 :module switch 编译代码

python - 如何指示 tkinter 在别处寻找 Tcl/Tk 库(无需重新安装即可避免损坏的库)

linux - 调试 make 和 cmake?

c++ - Makefile 目标 : Difference between %. o 和 $(OBJ)

c++编译错误: ISO C++ forbids comparison between pointer and integer