On 12/14/2011 03:39 PM, Jeff Squyres wrote: > On Dec 14, 2011, at 3:21 PM, Prentice Bisbal wrote: > >> For example, your configure command, >> >> ./configure --prefix=/opt/openmpi/intel CC=gcc CXX=g++ F77=ifort FC=ifort >> >> Doesn't tell Open MPI to use ifcort for mpif90 and mpif77. > Actually, that's not correct. > > For Open MPI, our wrapper compilers will default to using the same compilers > that were used to build Open MPI. So in the above case: > > mpicc will use gcc > mpicxx will use g++ > mpif77 will use ifort > mpif90 will use ifort > >
Jeff, I realized this after I wrote that and clarified it in a subsequent e-mail. Which you probably just read. ;-) Prentice