Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2013-09-17 Thread Jeff Squyres (jsquyres)
On Sep 16, 2013, at 9:00 AM, Syed Ahsan Ali wrote: > I am trying to compile openmpi-1.6.5 on fc16.x86_64 with icc and ifort > but getting the subject error. config.out and make.out is attached. > Following command was used for configure > > ./configure CC=icc CXX=icpc FC=ifort F77=ifort F90=ifor

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2013-09-18 Thread Syed Ahsan Ali
Please find attached again. On Tue, Sep 17, 2013 at 11:35 AM, Jeff Squyres (jsquyres) wrote: > On Sep 16, 2013, at 9:00 AM, Syed Ahsan Ali wrote: > >> I am trying to compile openmpi-1.6.5 on fc16.x86_64 with icc and ifort >> but getting the subject error. config.out and make.out is attached. >>

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2013-09-20 Thread Jeff Squyres (jsquyres)
I can't tell if this is a busted compiler installation or not. The first error is: - /usr/include/c++/4.6.3/bits/stl_algobase.h(573): error: type name is not allowed const bool __simple = (__is_trivial(_ValueType1) ^ detected duri

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2013-09-20 Thread Jeff Squyres (jsquyres)
Sorry for the delay replying -- I actually replied on the original thread yesterday, but it got hung up in my outbox and I didn't notice that it didn't actually go out until a few moments ago. :-( I'm *guessing* that this is a problem with your local icpc installation. Can you compile / run ot

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2013-09-22 Thread Syed Ahsan Ali
Its ok Jeff. I am not sure about other C++ codes and STL with icpc because it never happened and I don't know anything about STL.(pardon my less knowledge). What do you suggest in this case? installation of different version of openmpi or intel compilers? or any other solution. On Fri, Sep 20, 201

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2013-09-23 Thread Jeff Squyres (jsquyres)
I suspect that something is wrong with your Intel C++ compiler installation, but you can simply avoid the issue if you add --disable-vt to Open MPI's ./configure command line. This will skip building the (optional) Vampir Trace package, which is where you are running into this problem (VT is wr

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2013-09-27 Thread Syed Ahsan Ali
Thank you very much Jeff. It worked now. But I got error when I ran make check 1 of 5 tests failed Please report to http://www.open-mpi.org/community/help/ make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/home/openmpi-1.6.5/t

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2013-09-27 Thread Jeff Squyres (jsquyres)
On Sep 27, 2013, at 6:53 AM, Syed Ahsan Ali wrote: > Thank you very much Jeff. It worked now. Good. > But I got error when I ran make check > > 1 of 5 tests failed > Please report to http://www.open-mpi.org/community/help/ > > make[3]: *

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2013-10-03 Thread Syed Ahsan Ali
Dear Jeff Thank you for explaining. Please find attached test logs which explain the error. Regards On Fri, Sep 27, 2013 at 6:12 PM, Jeff Squyres (jsquyres) wrote: > On Sep 27, 2013, at 6:53 AM, Syed Ahsan Ali wrote: > >> Thank you very much Jeff. It worked now. > > Good. > >> But I got error w

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2014-01-28 Thread Abdul Rahman Riza
-Original Message- From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Syed Ahsan Ali Sent: Sunday, September 22, 2013 9:41 PM To: Open MPI Users Subject: Re: [OMPI users] compilation aborted for Handler.cpp (code 2) Its ok Jeff. I am not sure about other C++ codes and STL with

Re: [OMPI users] compilation aborted for Handler.cpp (code 2)

2014-01-28 Thread Tim Prince
On 1/28/2014 10:44 AM, Abdul Rahman Riza wrote: -Original Message- From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Syed Ahsan Ali Sent: Sunday, September 22, 2013 9:41 PM To: Open MPI Users Subject: Re: [OMPI users] compilation aborted for Handler.cpp (code 2) Its ok Jeff