Why Do All My Open MPI Processes Have Rank 0?

前端 未结 4 1225
轮回少年
轮回少年 2020-12-10 14:12

I\'m writing a parallel program using Open MPI. I\'m running Snow Leopard 10.6.4, and I installed Open MPI through the homebrew package ma

4条回答
  •  情歌与酒
    2020-12-10 14:58

    I have had the same problem with openMPI in C on linux. Using MPIch2 in stead , the problem was fixed (but remember to run MPI_Finalize() at the end or it gets weird.)

提交回复
热议问题