3

I'm using OS X and Bash. I am trying to run a program across two systems, and the host has OpenMPI 1.6.4 and the other node has MPICH2. I am running into problems, and this is my first time using any kind of MPI implementation, so I don't know if I am just doing it wrong, or it is impossible/a lot more difficult to get it to run when they are using different MPI software.

Thanks for any insight you guys have.

4

1 回答 1

10

在将运行作业的所有系统上安装相同的 MPI 实现和版本。不支持以所描述的方式在单个作业中混合实现。

于 2013-06-10T19:41:09.520 回答