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

2013-06-24 Thread Jeff Squyres (jsquyres)
I'm not sure I understand -- what is the problem? The output you're showing doesn't include any error...? On Jun 23, 2013, at 6:32 AM, Reem Alraddadi wrote: > Hi Jeff, > > I fixed the problem with CXX . Thanks, Now, I have only one problem: > '' > Making all in test > Making all in support >

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

2013-06-23 Thread Reem Alraddadi
Hi Gus, I did that and I just used this time "make" rather than "make all" but still this error about "all" I have. I am wondering if this error is vital or I can just ignore it. Thanks, Reem On 23 June 2013 16:30, Gustavo Correa wrote: > Hi Reem > > You can do a "make distclean" in your build

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

2013-06-23 Thread Gustavo Correa
Hi Reem You can do a "make distclean" in your build directory first, to get rid of any residual of previous builds. Or just untar the OMPI tarball again and start fresh. Then use the regular sequence of "configure ...", "make", "make install", to build Open MPI. I hope this helps, Gus Correa

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

2013-06-23 Thread Reem Alraddadi
Hi Jeff, I fixed the problem with CXX . Thanks, Now, I have only one problem: '' Making all in test Making all in support make[2]: Nothing to be done for `all'. Making all in asm make[2]: Nothing to be done for `all'. Making all in class make[2]: Nothing to be done for `all'. Making all in threads

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

2013-06-14 Thread Jeff Squyres (jsquyres)
Gus picked up the 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's use of C++ with. --disable-MPI-CXX

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

2013-06-14 Thread Reem Alraddadi
Hi all, Jeff -- I am not sure want do you mean by STL but currently I am using mpich-3.0.4 with gcc and I don't have any problem. Is there a way to know if C++ still works on Mac or not? I am sure that on Mac I use C++ but i haven't try to use it before. Gus-- I tried to use CXX=g++ but the confi

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

2013-06-13 Thread Gus Correa
Hi all On 06/13/2013 05:02 PM, Jeff Squyres (jsquyres) wrote: It looks like you might have a busted C++ compiler. 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

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

2013-06-13 Thread Jeff Squyres (jsquyres)
It looks like you might have a busted C++ compiler. Can you compile any non-MPI C++ programs that use the STL? On Jun 12, 2013, at 6:58 AM, Reem Alraddadi wrote: > 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.

[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