To add to what George said -- it looks like you have multiple
different implementations of MPI installed on your machine (LAM/MPI,
MPICH, MPICH2, ...?). Ensure that you completely compile and run
your application with *one* implementation of MPI (they are not
binary compatible).
Keep in
There are 2 problems. First, it look like you're using LAM and not
Open MPI as there are some lam_ missing symbols. Second, please use
mpicxx to link your application as it will add all the missing
libraries.
george.
On May 24, 2007, at 10:38 AM, Jung, Soon-wook wrote:
Hello, users?
C
Hello, users?
Currently, I'm trying to compile XOOPIC (2D plasma simulation program, MPI
parallel operation available) in conjunction with MPI.
I had no problem with XOOPIC compilation in single-machine operation mode;
however, when MPI mode is turned enabled, it generated about four or more
page