Re: [OMPI users] Need help buiding OpenMPI with Intel v12.0 compilers on Linux

2011-04-20 Thread Ormiston, Scott J.
At Tue, 19 Apr 2011 15:30:41 -0400, Gus Correa wrote: Is it possible that the Intel compiler environment is not set? Just in case, did you source the right Intel scripts to setup the icc, icpc, and ifort environment? Something like this (for a 64-bit machine): source /opt/intel/composerxe-2011

[OMPI users] Need help buiding OpenMPI with Intel v12.0 compilers on Linux

2011-04-19 Thread Ormiston, Scott J.
I am trying to build OpenMPI with the Intel v12.0 compiler on Linux (Centos 5). I configured using: ./configure --prefix=/home/mecfd/common/sw/openmpi-intel/ \ CC=icc CXX=icpc F77=ifort FC=ifort but when it was compiling it died with the following errors at the end: ... Making all in tools/