LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Anjin Pradhan (Anjin.Pradhan_at_[hidden])
Date: 2009-04-20 12:52:19


Hi everyone,

I have installed the impi_server-1.3 in one of my machine and started
the impi_server with the following option

$impi_server -server 1 -port 2344

Now when i am trying to run a client from another machine which has
lam-7.1.4. I am getting this error.

anjin_at_anjin:~$ impirun -client 0 203.159.32.1:2344 -np 1 ./Hello
mpirun: Bad address
MPI_Comm_spawn: error spawning process: Invalid argument (rank 0,
MPI_COMM_WORLD)
Rank (0, MPI_COMM_WORLD): Call stack within LAM:
Rank (0, MPI_COMM_WORLD): - MPI_Comm_spawn()
Rank (0, MPI_COMM_WORLD): - MPI_Init()
Rank (0, MPI_COMM_WORLD): - main()
bufferd (getroute): invalid node
anjin_at_anjin:~/Documents/sample/init$
-----------------------------------------------------------------------------
It seems that some error has occurred during MPI_INIT. This will
cause your process to abort. These kinds of errors are usually
system-related, such as running out of disk space, running out of
memory, or something more serious such as data not being passed
between processes properly. That is, you should not be seeing this
error message; if you are, something is likely Very Wrong with your
system. :-(

Perhaps this Unix error message will help:

        Unix errno: 104
        Connection reset by peer

I don't know, what is going on here. So any help would be greatly
appreciated.

Sincerely,
Anjin