<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008># Can you run the MPI program on a single host ? (i.e.,
mpiexec -n 2 cpi.exe)</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008># Can you try specifying ipaddresses of the hosts
instead of the hostnames ? (i.e., mpiexec -hosts 2 IPADDRESS_OF_IMAGES16
IPADDRESS_OF_IMAGES17 cpi.exe)</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008> If the above suggestions don't work
please provide us the verbose output of smpd and mpiexec. To get the
verbose output of smpd & mpiexec,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008># Stop any instances of smpd using, smpd -stop,
command</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008># Run smpd in debug mode using, smpd -d,
command</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008># Run mpiexec in the verbose mode using the "-verbose"
option of mpiexec.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008> </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008> Let us know the
results.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008>(Note: In the command that you listed in your email
both hostnames are the same -- there is no images16 specified with "-hosts" arg
of mpiexec. I am assuming you meant "mpiexec -hosts 2 images16 images17
cpi.exe")</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008>Regards,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=877555913-19092008>Jayesh</SPAN></FONT></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> owner-mpich-discuss@mcs.anl.gov
[mailto:owner-mpich-discuss@mcs.anl.gov] <B>On Behalf Of </B>bob
ilgner<BR><B>Sent:</B> Friday, September 19, 2008 8:30 AM<BR><B>To:</B>
mpich-discuss@mcs.anl.gov<BR><B>Subject:</B> Re: [mpich-discuss] Unable to
connect issue<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr>
<DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I am running XP Pro on the machines and am therefore using smpd. As far as
I know the mpd is used in the unix/linux environment. The smpd is operational on
both PCs. The local check for the status os the smpd on either machine shows
that they are running. When i do a remote check with smdp I get the same
message.i.e. </DIV>
<DIV> </DIV>
<DIV>smpd -status <remotehostname></DIV>
<DIV>abort: unable to connect to <remotehostname></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Regards, bob<BR><BR></DIV>
<DIV class=gmail_quote>On Fri, Sep 19, 2008 at 1:38 PM, The Source <SPAN
dir=ltr><<A
href="mailto:thesourcehim@gmail.com">thesourcehim@gmail.com</A>></SPAN>
wrote:<BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">do
you have mpd ring running and connected on both machines?<BR><BR>bob ilgner
пишет:
<DIV>
<DIV></DIV>
<DIV class=Wj3C7c><BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I
have installed mpich2 1.0.7 on 2 XP Pro hosts and am trying to run the cpi
process on both hosts with the command<BR>mpiexec -hosts 2 images17 images17
cpi<BR>where images16 and images17 are the hosts and cpi is the supplied
example application and get the error:<BR>abort: unable to connect to
images16<BR>I have checked passwords and regsitration is the same on both
hosts. Firewalls are both down. Host names defined in hosts file under
system32. I have ensured that smpd is operating on both machines. Usernames
and password are the same on both hosts and have both been delegated. I have
gone through the mpich2 user manual and find no way forward with this. Is
there anything else I could try ?<BR>Would it help if I listed the output
from the mpiexec with the verbose switch on.<BR>Regards,
bob<BR></BLOCKQUOTE><BR></DIV></DIV></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>