[OMPI users] OMPI C++ Bindings problems

2012-01-10 Thread John Doe
I'm trying to compile some code that uses the Chombo mesh package which uses Open MPI's C++ but keep getting errors like this: AMRLevelX.o: In function `Intracomm': /opt/ompi/gnu/1.4.4/include/openmpi/ompi/mpi/cxx/intracomm.h:25: undefined reference to `MPI::Comm::Comm()' AMRLevelX.o: In function

Re: [OMPI users] orte_ess_base_select failed

2011-12-07 Thread John Doe
the same errors :). On Wed, Dec 7, 2011 at 1:30 PM, Ralph Castain <r...@open-mpi.org> wrote: > > On Dec 7, 2011, at 10:45 AM, John Doe wrote: > > Ok. That did help a bit. I now see that the > /opt/ompi/gnu/1.4.4/lib/openmpi/ directory has .so files as well as the .la > files. U

Re: [OMPI users] orte_ess_base_select failed

2011-12-07 Thread John Doe
, 2011 at 11:19 AM, John Doe <javadevelope...@gmail.com> wrote: > Hi Ralph, > > I may have been a little promiscous in my use of build flags. My initial > configure line was much simpler then I kept throwing in flags when it > wouldn't run. I'll try to build it again with the you

Re: [OMPI users] orte_ess_base_select failed

2011-12-07 Thread John Doe
eed --with-devel-headers unless you intend to write code that > directly drives the OMPI internals. > > > On Dec 7, 2011, at 10:00 AM, John Doe wrote: > > Hi Gustavo, > > I do have /opt/ompi/gnu/1.4.4/lib in my LD_LIBRARY_PATH and the bin > directory in my path as well but

[OMPI users] orte_ess_base_select failed

2011-12-06 Thread John Doe
I recently built and installed openmpi on my 64 bit linux machine running centOS 6. However whenever I try mpirun I get the error message: [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file runtime/orte_init.c at line 125 orte_ess_base_select failed Actually here's the full error transcript: