<div>I downloaded MPICH2 for Windows in Nov, 2009. I installed in on two PC&#39;s that I call Issac and Gauss that have access to my home wireless network. The installation file is mpich2-1.2-win-ia32.msi. Issac uses XP-Pro and Gauss uses XP-Home.</div>

<div> </div>
<div>I purchased the Intel Fortran compiler, Vers 11.1, in July, 2009, for use on Issac, and I regularly use it there. I compiled the test case, fpi.f, on Issac. I (eventually) got a successful execution on a single PC by using the statement:</div>

<div> </div>
<div>mpiexec -hosts 1 Issac 1 fpi.exe</div>
<div> </div>
<div>I issued this command in a directory that contained mpiexec.exe and fpi.exe. I am the only user of this PC, and I do not use a password -- maybe I should say I have a blank password. Anyway the above command line didn&#39;t work initially because it asked for a password, and I didn&#39;t have one. I then set up a second User Name and gave it a password. Working under that User Name I again issued the above command line and I gave it the password when it asked for it, and it worked!!  I was happy.</div>

<div> </div>
<div>Moving on to try running this on my two PC&#39;s, I tried the command line:</div>
<div> </div>
<div>mpiexec -hosts 2 Issac 1 Gauss 1 fpi.exe</div>
<div> </div>
<div>I had Gauss running with a User Name that has a password (which may or may not have any bearing on the situation.)</div>
<div> </div>
<div>This failed with the message:</div>
<div> </div>
<div>launch failed: CreateProcess(fpi.exe) on &#39;Gauss&#39; failed, error 2 - The system cannot find the file specified.</div>
<div> </div>
<div>Then I tried giving fpi.exe a full path. I used:</div>
<div> </div>
<div>mpiexec -hosts 2 Issac 1 Gauss 1 <a href="file://issac/mpi/fpi.exe">\\Issac\mpi\fpi.exe</a></div>
<div> </div>
<div>That got  further, but still not a complete execution. This responded with:</div>
<div>   Process 0 of 2 is alive</div>
<div>   Enter the number of intervals: (0 quits)</div>
<div>   Process 1 of 2 is alive</div>
<div> </div>
<div>I entered 50, but there was no response. I entered 0 and still no response, so I killed the run.</div>
<div> </div>
<div>I added four Fortran write statements into the test case, fpi.f. Before and after the Call MPI_BCAST and before and after the Call MPI_REDUCE. Each write included the value of myid in the output. I recompiled that. I then tried the last command line above again. It responded with:</div>

<div> </div>
<div>   Process 0 of 2 is alive</div>
<div>   Enter the number of intervals: (0 quits)</div>
<div>   Process 1 of 2 is alive</div>
<div>   Proc 1 before call MPI_BCAST  &lt;= My debug write.</div>
<div>   50                                           &lt;= My entry from the keyboard.</div>
<div>   Proc 0 before call MPI_BCAST  &lt;= My debug write.</div>
<div> </div>
<div>and then just hung at that stage.</div>
<div> </div>
<div>I conclude that fpi.exe is executing on both PC&#39;s, and on both PC&#39;s it has successfully gotten through calls to MPI_INIT, MPI_COMM_RANK and MPI_COMM_SIZE.  The &quot;print ... alive&quot; statement functioned correctly on both PC&#39;s. Execution continued correctly up to the Call to MPI_BCAST. There it died.  Why?   </div>

<div> </div>
<div>I will greatly apprciate suggestions as to how to get this test case to run correctly. I am well acquainted with Fortran programming, but not well acquainted with lower level operating system or networking components.</div>

<div> </div>
<div>Hoping for help,</div>
<div> </div>
<div>Chuck</div>
<div>=====</div>
<div> </div>
<div> </div>
<div> </div>
<div>   </div>
<div> </div>