我使用启动和远程访问权限执行DCOMCNFG,在每个节点上授予我的本地登录权限。在根计算机和远程计算机上安装OpenMPI_v1.6.1-x64。HAve指定了目标节点中.exe的路径。而是在使用mpirun从根节点运行.exe时。我收到以下错误:
D:\x64\Release>mpirun -np 2 -hostfile myhostfile.txt MPISample.exe
connecting to n1234
username:toney.mathew
password:********
Save Credential?(Y/N) n
[n1205:04420] Could not connect to namespace cimv2 on node n1234. Error code =-2147023174
--------------------------------------------------------------------------
mpirun was unable to start the specified application as it encountered an error.
More information may be available above.
--------------------------------------------------------------------------
[n1205:04420] [[28225,0],0] ORTE_ERROR_LOG: A message is attempting to be sent t
o a process whose contact information is unknown in file ..\..\..\openmpi-1.6.1\
orte\mca\rml\oob\rml_oob_send.c at line 145
[n1205:04420] [[28225,0],0] attempted to send to [[28225,0],1]: tag 1
[n1205:04420] [[28225,0],0] ORTE_ERROR_LOG: A message is attempting to be sent t
o a process whose contact information is unknown in file ..\..\..\openmpi-1.6.1\
orte\orted\orted_comm.c at line 126更具体地说,我在两个节点上使用Windows7-64位操作系统,使用相同的用户登录。
发布于 2012-09-18 16:36:38
关闭了防火墙,运行起来很顺畅。
https://stackoverflow.com/questions/12406815
复制相似问题