My apologies, I haven't searched in the FAQs before posting, just in the
mailing list. Indeed I needed to specify the CXX compiler. These are the
steps I followed to compile it:
source /home/thomas/Programs/Intel_Compilers/bin/compilervars.sh intel64
./configure CC=icc CXX=icpc F77=ifort FC=ifort
Hello Thomas,
this error typically occurs when different compiler suites used for compiling
C/C++ mixed source code.
Please add CXX=icpc to your configure command in order to use a single compiler
suite (=Intel) for compiling Open MPI. Otherwise, CXX is set to the default
compiler (=g++) which
Can you send all the info listed http://www.open-mpi.org/community/help/ ?
On Oct 9, 2012, at 5:25 PM, Thomas Evangelidis wrote:
> Greetings,
>
> I am trying to compile openmpi 1.6.2 on Fedora 17 64-bit using the intel
> compilers (icc and ifort version 13.0.0) but I am getting an error which