1

我正在尝试通过在 Windows XP 上运行的 MPI (MPICH2) 设置分布式计算集群。我正在尝试按照以下方式运行单个命令

>> mpiexec -hosts 2 localhost 1 other-computer 2 notepad.exe
Aborting: unable to connect to other-computer

可能的原因是什么?我知道网络很好,因为 ping 有效:

>> ping other-computer
Pinging other-computer [IPADDRESS] ...
Reply from IPADDRESS: bytes=32 time<1ms TTL=128
...

mpiexec.exe 和 smtpd.exe 在 Windows 防火墙中都被列为例外。

这个问题的可能原因是什么?我的 Google-fu 让我失望了!(这可能与身份验证有关吗?我尝试使用-logon,但这并没有改变任何事情。如果可能是身份验证问题,我怎样才能找到我自己的用户名/密码(或者它是否使用计算机用户名/密码)?)

请原谅无知,因为我不熟悉 MPI 的工作原理。

4

0 回答 0