<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">Hello
MPICH list,
<br>
<br>
I am having an issue similar to that described at <a
 class="moz-txt-link-freetext"
 href="https://lists.mcs.anl.gov/mailman/htdig/mpich-discuss/2006-March/001207.html">https://lists.mcs.anl.gov/mailman/htdig/mpich-discuss/2006-March/001207.html</a>
, but I don't see any responses to this inquiry.
<br>
<br>
I am using MPICH 1.2.5 on Windows XP.
<br>
<br>
I can run the cpi.exe example for multiple processes on my host machine
(e.g. mpirun -np 4 cpi.exe).
<br>
<br>
I am trying to use 2 machines using the command:
<br>
<br>
C:\Temp&gt;mpirun -np 4 -logon -machinefile machines.txt cpi.exe
<br>
<br>
When I do this, I get the output:
<br>
<br>
Mpd needs an account to launch processes with:
<br>
account (domain\user): Jordan
<br>
password:
<br>
easy_connect::WSAETIMEDOUT error, re-attempting
easy_connect(jca33-305-desktop-2)
<br>
easy_connect::WSAETIMEDOUT error, re-attempting
easy_connect(jca33-305-desktop-2)
<br>
Error: ConnectToMPD(jca33-305-desktop-2:8675): easy_connect failed:
error 10060, A connection attempt failed because the connected party
did not properly respond after a period of time, or established
connection failed because connected host has failed to respond.
<br>
<br>
Error: ConnectToMPD(jca33-305-desktop-2:8675): easy_connect failed:
error 10060, A connection attempt failed because the connected party
did not properly respond after a period of time, or established
connection failed because connected host has failed to respond.
<br>
<br>
MPIRunLaunchProcess: Connect to jca33-305-desktop-2 failed, error 10060
<br>
MPIRunLaunchProcess: Connect to jca33-305-desktop-2 failed, error 10060
<br>
aborting...
<br>
Error 10035, process 2:
<br>
&nbsp; SendInitDataToRoot: recv ack failed
<br>
&nbsp; A non-blocking socket operation could not be completed immediately.
<br>
<br>
<br>
If I do it without the -logon option I get the same results (without
the prompt for username and password).
<br>
<br>
I don't have access to a domain account, but both machines have the
user 'Jordan' with the same password.&nbsp; Also, both machine names are in
the machines.txt file.
<br>
<br>
Does anyone have any suggestions?
<br>
<br>
Thanks,
<br>
<br>
--Jordan Atlas
<br>
<br>
</div>
</body>
</html>