<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-2022-JP">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-2022-JP">
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-2022-JP">
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-2022-JP">
<title></title>
<title></title>
Hi.<br>
<br>
&nbsp;I am developing the manual start program. (WindowsXP sp3,
MPICH2-1.2.1p1, VisualStudio2008 sp1, C++)<br>
&nbsp;Program is very simple as below.<br>
<br>
************************<br>
*int main(int argc, char* argv[])<br>
*{<br>
* &nbsp;&nbsp; int numprocs,myid,namelen,i;<br>
* &nbsp;&nbsp; char processor_name[256];<br>
*<br>
* &nbsp;&nbsp; MPI_Init(&amp;argc,&amp;argv);<br>
* &nbsp;&nbsp; MPI_Comm_size(MPI_COMM_WORLD,&amp;numprocs);<br>
* &nbsp;&nbsp; MPI_Comm_rank(MPI_COMM_WORLD,&amp;myid);<br>
*&nbsp; &nbsp; MPI_Get_processor_name(processor_name,&amp;namelen);<br>
*<br>
* &nbsp;&nbsp; for (i=0 ; i&lt;argc ; i++)<br>
* &nbsp;&nbsp; {<br>
* &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; printf("arg%d:%s\n",i,argv[i]);<br>
* &nbsp;&nbsp; }<br>
* &nbsp;&nbsp; printf("numprocs:%d\n",numprocs);<br>
* &nbsp;&nbsp; printf("myid:%d\n",myid);<br>
*&nbsp;&nbsp;&nbsp; printf("processor name:%s\n",processor_name);<br>
*<br>
* &nbsp;&nbsp; MPI_Finalize();<br>
* &nbsp;&nbsp; return 0;<br>
*}<br>
************************<br>
<br>
&nbsp;The result of the program with "mpiexec -n 2 program.exe" is below.<br>
<br>
*************************<br>
*arg0:D:\temp\MPITest1\Debug\mpitest1.exe<br>
*numprocs:2<br>
*myid:1<br>
*processor name:HOSTPC<br>
*arg0:D:\temp\MPITest1\Debug\mpitest1.exe<br>
*numprocs:2<br>
*myid:0<br>
*processor name:HOSTPC<br>
*************************<br>
<br>
Next, I tried to start of the two programs manually with one PC.<br>
&nbsp;As shown in the manual "Debugging jobs by starting them manually" , it
set up as follows.<br>
&nbsp; In Host window:<br>
&nbsp;&nbsp;&nbsp; set PMI_ROOT_HOST=HOSTPC<br>
&nbsp;&nbsp;&nbsp; set PMI_RANK=0<br>
&nbsp;&nbsp;&nbsp; set PMI_ROOT_PORT=9222<br>
&nbsp;&nbsp;&nbsp; set PMI_ROOT_LOCAL=1<br>
&nbsp;&nbsp;&nbsp; set PMI_SIZE=2<br>
&nbsp;&nbsp;&nbsp; set PMI_KVS=mpich2<br>
&nbsp; In Sub window:<br>
&nbsp;&nbsp;&nbsp; set PMI_ROOT_HOST=HOSTPC<br>
&nbsp;&nbsp;&nbsp; set PMI_RANK=1<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp;&nbsp; same as Host<br>
<br>
&nbsp;Then , I started this program with cmd "program.exe" in Host window
&amp; Sub window.<br>
&nbsp;As a result, the following errors occurred and it did not operate well.<br>
<br>
[01:3156]..ERROR:Error while connecting to host, <br>
Can not connected because refused target computer (10061)<br>
[01:3156]..ERROR:Connect on sock
(host=000520p80812.ad.hitachi-metals.co.jp, por<br>
t=9222) failed, exhaused all end points<br>
SMPDU_Sock_post_connect failed.<br>
[0] PMI_ConnectToHost failed: unable to post a connect to
000520p80812.ad.hitach<br>
i-metals.co.jp:9222, error: Undefined dynamic error code<br>
uPMI_ConnectToHost returning PMI_FAIL<br>
[0] PMI_Init failed.<br>
Fatal error in MPI_Init: Other MPI error, error stack:<br>
MPIR_Init_thread(394): Initialization failed<br>
MPID_Init(103).......: channel initialization failed<br>
MPID_Init(374).......: PMI_Init returned -1<br>
<br>
<br>
Please let me know solution.<br>
<br>
-- Thank you.<br>
<br>
<font size="-1">-----------------------------------------------</font>
<br>
<font size="-1"> Takahiro Someji , </font><small>Senior </small><font
 size="-1">Engineer</font>
<br>
<font size="-1"><br>
Hitachi Metals Ltd. Production System Lab.</font>
<br>
<font size="-1">&nbsp;&nbsp;6010, Mikajiri</font>
<br>
<font size="-1">&nbsp; Kumagaya city,Saitama pref. JAPAN</font>
<br>
<font size="-1"> &nbsp; zip: 360-0843</font>
<br>
<font size="-1"><br>
phone: +81-485-31-1720</font>
<br>
<font size="-1"> fax: +81-485-33-3398</font>
<br>
<font size="-1"> eMail: <a class="moz-txt-link-abbreviated"
 href="mailto:takahiro_someji@hitachi-metals.co.jp">takahiro_someji@hitachi-metals.co.jp</a></font>
<br>
<font size="-1"> web: <a class="moz-txt-link-freetext"
 href="http://www.hitachi-metals.co.jp">http://www.hitachi-metals.co.jp</a></font>
<br>
<font size="-1">-----------------------------------------------</font>
</body>
</html>