[mpich2-dev] RE: [mpich-discuss] Fatal error in MPI_Finalize: Other MPI error, error stack:

Jayesh Krishna jayesh at mcs.anl.gov
Thu Aug 28 09:50:25 CDT 2008


Hi, 
        The description of error code 11004 in MS docs is,

================================================================
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.
================================================================

        Looks like the DNS server for your machine does not have
information about the computers/hosts in your setup.
 
Regards,
Jayesh

  _____  

From: owner-mpich-discuss at mcs.anl.gov
[mailto:owner-mpich-discuss at mcs.anl.gov] On Behalf Of Hisham Adel
Sent: Thursday, August 28, 2008 2:43 AM
To: MPI; MPI_questions
Subject: [mpich-discuss] Fatal error in MPI_Finalize: Other MPI error,
error stack:



I am using MPICH2 on windows. There is a program called Hello2.exe it only
show the computer name.
it gives me the required results but with errors i dont know the resons.
also when i try to use MPI_Send and MPI_Recv it dont give me any response.
can any one help me.
 
 
 
Here is the results

C:\Program Files\MPICH2\bin>mpiexec -machinefile hosts.txt -n 2 Hello2.exe
node1
node2.NU
Fatal error in MPI_Finalize: Other MPI error, error stack:
MPI_Finalize(255)............: MPI_Finalize failed
MPI_Finalize(154)............:
MPID_Finalize(94)............:
MPI_Barrier(406).............: MPI_Barrier(comm=0x44000002) failed
MPIR_Barrier(77).............:
MPIC_Sendrecv(120)...........:
MPID_Isend(103)..............: failure occurred while attempting to send
an eage
r message
MPIDI_CH3_iSend(172).........:
MPIDI_CH3I_Sock_connect(1191): [ch3:sock] rank 0 unable to connect to rank
1 usi
ng business card <port=1327 description=node2.NU ifname=192.168.10.21 >
MPIDU_Sock_post_connect(1228): unable to connect to node2.NU on port 1327,
exhau
sted all endpoints (errno -1)
MPIDU_Sock_post_connect(1244): gethostbyname failed, The requested name is
valid
, but no data of the requested type was found. (errno 11004)
job aborted:
rank: node: exit code[: error message]
0: node1: 1: Fatal error in MPI_Finalize: Other MPI error, error stack:
MPI_Finalize(255)............: MPI_Finalize failed
MPI_Finalize(154)............:
MPID_Finalize(94)............:
MPI_Barrier(406).............: MPI_Barrier(comm=0x44000002) failed
MPIR_Barrier(77).............:
MPIC_Sendrecv(120)...........:
MPID_Isend(103)..............: failure occurred while attempting to send
an eage
r message
MPIDI_CH3_iSend(172).........:
MPIDI_CH3I_Sock_connect(1191): [ch3:sock] rank 0 unable to connect to rank
1 usi
ng business card <port=1327 description=node2.NU ifname=192.168.10.21 >
MPIDU_Sock_post_connect(1228): unable to connect to node2.NU on port 1327,
exhau
sted all endpoints (errno -1)
MPIDU_Sock_post_connect(1244): gethostbyname failed, The requested name is
valid
, but no data of the requested type was found. (errno 11004)
1: node2: 1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mcs.anl.gov/mailman/private/mpich2-dev/attachments/20080828/aad83b94/attachment.htm>


More information about the mpich2-dev mailing list