Open Random8756 opened 2 years ago
The process gets stuck when i run the test program. I found that from mpi4py import MPI leads to this situation. I also tried:
from mpi4py import MPI
import mpi4py mpi4py.rc.initialize = False from mpi4py import MPI MPI.Init()
and it hangs atMPI.Init() Infinitely. What should I do to resolve that? Thanks for any help. Settings: mpi4py 3.0.2 python 3.6.13 anaconda 4.9.2
MPI.Init()
The process gets stuck when i run the test program. I found that
from mpi4py import MPI
leads to this situation. I also tried:and it hangs at
MPI.Init()
Infinitely. What should I do to resolve that? Thanks for any help. Settings: mpi4py 3.0.2 python 3.6.13 anaconda 4.9.2