On 11 Feb 2009, at 14:13, Prentice Bisbal wrote:
Douglas Guptill wrote:
Thanks. I did end up building for all the compilers under separate
trees. It looks like the --exec-prefix option is only of use if your
compiling 32-bit and 64-bit versions using the same compiler.
This is what I decided
Douglas Guptill wrote:
> Hello Prentice:
>
> On Tue, Feb 10, 2009 at 12:04:47PM -0500, Prentice Bisbal wrote:
>> I need to support multiple compilers: Portland, Intel and GCC, so I've
>> been compiling OpenMPI with each compiler, to avoid the Fortran symbol
>> naming problems. When compiling, I'd
Hello Prentice:
On Tue, Feb 10, 2009 at 12:04:47PM -0500, Prentice Bisbal wrote:
> I need to support multiple compilers: Portland, Intel and GCC, so I've
> been compiling OpenMPI with each compiler, to avoid the Fortran symbol
> naming problems. When compiling, I'd use the --prefix and -exec-prefi
I need to support multiple compilers: Portland, Intel and GCC, so I've
been compiling OpenMPI with each compiler, to avoid the Fortran symbol
naming problems. When compiling, I'd use the --prefix and -exec-prefix
switches like so:
GCC:
../configure CC=gcc CXX=g++ F77=gfortran FC=gfortran
--prefix=