<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<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=948384814-28082008>Hi, </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT size=2><SPAN
class=948384814-28082008> The
description of error code 11004 in MS docs
is,<BR><BR>================================================================<BR>The
requested name is valid and was found in the database, but it does not have the
correct associated data being resolved for. The usual example for this is a host
name-to-address translation attempt (using gethostbyname or
WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record is
returned but no A record—indicating the host itself exists, but is not directly
reachable.<BR>================================================================<BR><BR>
Looks like the DNS server for your machine does not have information about the
computers/hosts in your setup.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT size=2><SPAN
class=948384814-28082008></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT size=2><SPAN
class=948384814-28082008>Regards,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT size=2><SPAN
class=948384814-28082008>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>Hisham
Adel<BR><B>Sent:</B> Thursday, August 28, 2008 2:43 AM<BR><B>To:</B> MPI;
MPI_questions<BR><B>Subject:</B> [mpich-discuss] Fatal error in MPI_Finalize:
Other MPI error, error stack:<BR></FONT><BR></DIV>
<DIV></DIV>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top>
<DIV>I am using MPICH2 on windows. There is a program called
Hello2.exe it only show the computer name.</DIV>
<DIV>it gives me the required results but with errors i dont know the
resons.</DIV>
<DIV>also when i try to use MPI_Send and MPI_Recv it dont give me any
response.</DIV>
<DIV>can any one help me.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Here is the results</DIV>
<DIV><BR>C:\Program Files\MPICH2\bin>mpiexec -machinefile hosts.txt -n
2 Hello2.exe<BR>node1<BR>node2.NU<BR>Fatal error in MPI_Finalize: Other
MPI error, error stack:<BR>MPI_Finalize(255)............: MPI_Finalize
failed<BR>MPI_Finalize(154)............:<BR>MPID_Finalize(94)............:<BR>MPI_Barrier(406).............:
MPI_Barrier(comm=0x44000002)
failed<BR>MPIR_Barrier(77).............:<BR>MPIC_Sendrecv(120)...........:<BR>MPID_Isend(103)..............:
failure occurred while attempting to send an eage<BR>r
message<BR>MPIDI_CH3_iSend(172).........:<BR>MPIDI_CH3I_Sock_connect(1191):
[ch3:sock] rank 0 unable to connect to rank 1 usi<BR>ng business card
<port=1327 description=node2.NU ifname=192.168.10.21
><BR>MPIDU_Sock_post_connect(1228): unable to connect to node2.NU on
port 1327, exhau<BR>sted all endpoints (errno
-1)<BR>MPIDU_Sock_post_connect(1244): gethostbyname failed, The requested
name is valid<BR>, but no data of the requested type was found. (errno
11004)<BR>job aborted:<BR>rank: node: exit code[: error message]<BR>0:
node1: 1: Fatal error in MPI_Finalize: Other MPI error, error
stack:<BR>MPI_Finalize(255)............: MPI_Finalize
failed<BR>MPI_Finalize(154)............:<BR>MPID_Finalize(94)............:<BR>MPI_Barrier(406).............:
MPI_Barrier(comm=0x44000002)
failed<BR>MPIR_Barrier(77).............:<BR>MPIC_Sendrecv(120)...........:<BR>MPID_Isend(103)..............:
failure occurred while attempting to send an eage<BR>r
message<BR>MPIDI_CH3_iSend(172).........:<BR>MPIDI_CH3I_Sock_connect(1191):
[ch3:sock] rank 0 unable to connect to rank 1 usi<BR>ng business card
<port=1327 description=node2.NU ifname=192.168.10.21
><BR>MPIDU_Sock_post_connect(1228): unable to connect to node2.NU on
port 1327, exhau<BR>sted all endpoints (errno
-1)<BR>MPIDU_Sock_post_connect(1244): gethostbyname failed, The requested
name is valid<BR>, but no data of the requested type was found. (errno
11004)<BR>1: node2: 1</DIV></TD></TR></TBODY></TABLE><BR></BODY></HTML>