LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Jan F Steinbrener (j.steinbrener_at_[hidden])
Date: 2006-05-25 18:39:54


Hi,

I am trying to run a rather simple MPI program using LAM/MPI 7.1.2
and Mac OS X 10.4.6. It compiles without complaining but when I try
to run it using mpirun, it prints out the following error message as
many times as I have processes running:

dyld: Symbol not found: __kio
   Referenced from: /usr/local/lib/libmpi.0.dylib
   Expected in: flat namespace

This then is followed by:

------------------------------------------------------------------------
-----
It seems that [at least] one of the processes that was started with
mpirun did not invoke MPI_INIT before quitting (it is possible that
more than one process did not invoke MPI_INIT -- mpirun was only
notified of the first one, which was on node n8684).

mpirun can *only* be used with MPI programs (i.e., programs that
invoke MPI_INIT and MPI_FINALIZE). You can use the "lamexec" program
to run non-MPI programs over the lambooted nodes.
------------------------------------------------------------------------
-----

Does this sound familiar to anyone?

Thanks for help

Jan