Немања Илић (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 numproc
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 ind
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
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] i
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] [
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 indivi
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. However build
> process exits w
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 -lcsm_sh