mpi4py freezes when calling Merge() and Disconnect()
问题 Why do Merge() and Disconnect() freeze when I try to use mpi4py on CentOS 7? I'm using Python 2.7.5, mpi4py 2.0.0, and I had to load the openmpi/gnu/1.8.8 module. I had trouble doing this under CentOS 6, and the only version of MPI that worked for me was openmpi/gnu/1.6.5 . Unfortunately, I don't see that version in the yum repositories for CentOS 7. Is there a way to trace what's happening in mpi4py or MPI? Is there a way to get the older version of MPI on CentOS 7? Here's the code I'm