0

起動権限とリモート アクセス権限の両方で DCOMCNFG を実行し、各ノードでローカル ログオンを許可しました。ルート マシンとリモート マシンに OpenMPI_v1.6.1-x64 をインストールします。ターゲット ノードで .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-64bit osを使用しています。

4

1 に答える 1

0

ファイアウォールをオフにすると、スムーズに機能しました。

于 2012-09-18T08:36:37.703 に答える