Re: [Libmesh-users] MPI error on running example 1

2011-10-06 Thread Vikram Garg
Thanks Paul. That was basically what the problem was. I had both mpich2 and openmpi installed. PETSc was linking to openmpi and libMesh to mpich2. To fix this I did the following: 1) Removed mpich2 using Synaptic package manager 2) Did a make distclean in the libMesh directory so we dont try to li

Re: [Libmesh-users] MPI error on running example 1

2011-10-06 Thread Roy Stogner
What do you get with METHOD=dbg? --- Roy On Thu, 6 Oct 2011, Vikram Garg wrote: > Hey, > I am in the process of getting libMesh to work on my laptop running > Ubuntu 11.04. I installed PETSc using the Synaptic package manager > (libpetsc3.1) and then configured and compiled the latest versi

Re: [Libmesh-users] MPI error on running example 1

2011-10-06 Thread Paul T. Bauman
On Thu, Oct 6, 2011 at 12:10 PM, Vikram Garg wrote: > Fatal error in PMPI_Comm_dup: Invalid communicator, error stack: > PMPI_Comm_dup(176): MPI_Comm_dup(comm=0x50933220, new_comm=0x2b1443b36350) > failed > PMPI_Comm_dup(133): Invalid communicator > Are you sure there is not more than 1 MPI insta

[Libmesh-users] MPI error on running example 1

2011-10-06 Thread Vikram Garg
Hey, I am in the process of getting libMesh to work on my laptop running Ubuntu 11.04. I installed PETSc using the Synaptic package manager (libpetsc3.1) and then configured and compiled the latest version of libMesh with PETSc enabled. On running make_examples I get the following error: Com