Re: [OMPI users] Error when build openmpi on Mac Pro

2013-06-23 Thread Reem Alraddadi
issue properly - you're setting CXX to gcc; it needs > to be g++. > > > > If configure fails with g++, then you have a busted C++ compiler (that's > a guess; I haven't seen the output from failed configure when uu specify > CXX=g++). You can disable OMPI

Re: [OMPI users] Error when build openmpi on Mac Pro

2013-06-23 Thread Reem Alraddadi
Thanks, > Reem > > > > On 13 June 2013 22:13, Gus Correa wrote: > >> Hi all >> >> >> On 06/13/2013 05:02 PM, Jeff Squyres (jsquyres) wrote: >> >>> It looks like you might have a busted C++ compiler. >>> >>> >> Why no

Re: [OMPI users] error with openmpi on snow leopard

2013-06-19 Thread Reem Alraddadi
Hi Lorenzo, I think you should export the following before doing configuration step: $ export F77=gfortran $ export FFLAGS='-m64' $ export FC=gfortran $ export FCFLAGS='-m64' Also include --enable-gfortran in the configure step line. Yours, Reem On 19 June 2013 21:11, Lorenzo DonĂ  wr

Re: [OMPI users] Error when build openmpi on Mac Pro

2013-06-14 Thread Reem Alraddadi
> Why not use CXX=g++? > Would this be the problem? > > >> $ export CXX=gcc > > Gus Correa > > > > Can you compile any non-MPI C++ programs that use the STL? >> >> >> On Jun 12, 2013, at 6:58 AM, Reem Alraddadi wrote: >> >> Dear a

[OMPI users] Error when build openmpi on Mac Pro

2013-06-12 Thread Reem Alraddadi
Dear all, I am trying to build openmpi-1.6.1 on Mac os x version 10.7.5. The configuration process goes without any error. However, when I did "make all" I got an error: std::allocator > >*) constin Stats.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[9