Re: [OMPI users] Supporting OpenMPI compiled for multiple compilers

2009-02-11 Thread Ashley Pittman
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

Re: [OMPI users] Supporting OpenMPI compiled for multiple compilers

2009-02-11 Thread Prentice Bisbal
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

Re: [OMPI users] Supporting OpenMPI compiled for multiple compilers

2009-02-10 Thread Douglas Guptill
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

[OMPI users] Supporting OpenMPI compiled for multiple compilers

2009-02-10 Thread Prentice Bisbal
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=