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

2011-04-27 Thread Tru Huynh
On Thu, Apr 28, 2011 at 12:46:27AM +0200, Tru Huynh wrote: > On Thu, Apr 21, 2011 at 06:35:16PM -0400, Jeff Squyres wrote: > > It's normal and expected for there to be lots of errors in config.log. > > > > There's a bunch of tests in configure that are designed to succeed on some > > systems an

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

2011-04-27 Thread Tru Huynh
On Thu, Apr 21, 2011 at 06:35:16PM -0400, Jeff Squyres wrote: > It's normal and expected for there to be lots of errors in config.log. > > There's a bunch of tests in configure that are designed to succeed on some > systems and fail on others. > > So don't read anything into the failures tha

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

2011-04-21 Thread Jeff Squyres
On Apr 20, 2011, at 10:44 AM, Ormiston, Scott J. wrote: > I originally thought the configure was fine, but now tht I check through the > config.log, I see that it had errors: > > conftest.c(49): error #2379: cannot open source file "ac_nonexistent.h" > #include It's normal and expected for th

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

2011-04-20 Thread Gus Correa
Ormiston, Scott J. wrote: 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

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

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

2011-04-19 Thread Gus Correa
Hi Scott 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.1.107/bin/compilervars.csh intel64 and perha

[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/