[OMPI users] Unable to include mpich library

2010-06-25 Thread Srinivas Gopal
Hi, I'm trying to build CCSM4 for which I'm using open mpi 1.4.1. $MPICH_PATH is set /usr/local (output of $which mpirun is /usr/local/bin/mpirun) and LIB_MPI is set to $(MPICH_PATH)/lib in its Macros file. However build process exits with the following error: *.4/scratch//d_f45/lib

Re: [OMPI users] Unable to include mpich library

2010-06-25 Thread Götz Waschk
On Fri, Jun 25, 2010 at 9:14 AM, Srinivas Gopal wrote: >    I'm trying to build CCSM4 for which I'm using open mpi 1.4.1. $MPICH_PATH > is set /usr/local (output of $which mpirun is /usr/local/bin/mpirun) and > LIB_MPI is set to $(MPICH_PATH)/lib in its Macros file.

Re: [OMPI users] Unable to include mpich library

2010-06-25 Thread Jeff Squyres
On Jun 25, 2010, at 4:11 AM, Götz Waschk wrote: > libmpich is not part of open-mpi. Maybe your software build with mpich > only? If your software does not use anything specific to mpich, you > could try to change -lmpich to -lmpi . Better yet, the Open MPI team strongly discourages listing

[OMPI users] MPI process dies with a route error when using dynamic process calls to connect more than 2 clients to a server with InfiniBand

2010-06-25 Thread Philippe
Hi, I'm trying to run a test program which consists of a server creating a port using MPI_Open_port and N clients using MPI_Comm_connect to connect to the server. I'm able to do so with 1 server and 2 clients, but with 1 server + 3 clients, I get the following error message: [node003:32274]

Re: [OMPI users] problem with mpirun

2010-06-25 Thread Nifty Tom Mitchell
On Fri, Jun 11, 2010 at 11:03:03AM +0200, asmae.elbahlo...@mpsa.com wrote: > Sender: users-boun...@open-mpi.org > > >hello, > >i'm doing a tutorial on OpenFoam, but when i run in parallel by typing >"mpirun -np 30 foamProMesh -parallel | tee 2>&1 log/FPM.log" . > >[1]

[OMPI users] Debugging OpenMPI with GDB

2010-06-25 Thread Немања Илић (Nemanja Ilic)
Dear Sir or Madam, I am about to start a project that includes MPI communication. My question is: "Is there a way to debug parallel OpenMPI applications on linux in console mode on one computer using gdb?" Thank you in advance, Best regards, Nemanja Ilic

Re: [OMPI users] Debugging OpenMPI with GDB

2010-06-25 Thread Ashley Pittman
On 25 Jun 2010, at 19:18, Немања Илић (Nemanja Ilic) wrote: > Dear Sir or Madam, > > I am about to start a project that includes MPI communication. My question > is: "Is there a way to debug parallel OpenMPI applications on linux in > console mode on one computer using gdb?" You can debug

Re: [OMPI users] Debugging OpenMPI with GDB

2010-06-25 Thread Prentice Bisbal
Немања Илић (Nemanja Ilic) wrote: > Dear Sir or Madam, > > I am about to start a project that includes MPI communication. My question > is: "Is there a way to debug parallel OpenMPI applications on linux in > console mode on one computer using gdb?" > Yes, you can run MPI programs with