Re: [OMPI users] undefined reference to `__intel_sse2_strlen'

2012-10-10 Thread Thomas Evangelidis
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

Re: [OMPI users] undefined reference to `__intel_sse2_strlen'

2012-10-10 Thread Matthias Jurenz
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

Re: [OMPI users] undefined reference to `__intel_sse2_strlen'

2012-10-09 Thread Jeff Squyres
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