On Tue, Jul 11, 2006 at 12:23:16PM -0400, George Bosilca wrote:
> I doubt that icc should know anything about
> the gxx_personality. In fact it look like icc is trying to use some
> libraries compiled with g++.
As an aside, both Intel C++ and PathScale C++ are 100% g++ compatible.
Symbols lik
> Message: 2
> Date: Tue, 11 Jul 2006 12:23:16 -0400
> From: George Bosilca
> Subject: Re: [OMPI users] OMPI 1.1 build failure with Intel 9.0
> To: Open MPI Users
> Message-ID: <507769b7-8495-478b-b9a8-189826653...@cs.utk.edu>
> Content-Type: text/plain; charset=
I'm using the Intel compiler 9.0 on several platforms to compile Open
MPI. I never get such kind of errors. I look into the attached file
and I notice 2 things. First, there is a -m64 flag on the command
line, and icc complain about not knowing anything about it (and it's
right). Second, at
What machine is this on, Daryl? I have a conference call with Intel
re: compiler problems today. If I can verify this is an Intel
problem I can bring it up to them.
Thanks,
david
On Jul 11, 2006, at 9:53 AM, Daryl W. Grunau wrote:
I'm trying to build version 1.1 with Intel 9.0 compilers a
I'm trying to build version 1.1 with Intel 9.0 compilers and getting an
error at the very end in the tools directory: ompi/tools/ompi_info. The
build appears to die with undefined references to things that belong to the
C++ string class (see long attachment). Strange thing is that this same
code