我想在三台服务器的异常网络配置上使用 MPICH2 MPI 库:
/-------------------------------\
server1 has eth0 and eth1 |
| |
server2 has eth2 and eth3 |
| |
server3 has eth4 and eth5 -/
只有 eth0-eth5 对;eth1-eth2;eth3-eth4 已连接。在每一对中都有一个不同的 ip 子网。
我可以用 nemesis & tcp 设置 MPICH2 吗?PM 是 hydra 使用这样的网络配置吗?
请注意,我无法在 server1 上的 eth0 和 eth1 之间或 server2 上的 eth2 和 eth3 之间设置桥接网络;这是我的 eth 驱动程序的限制。