Re: [OMPI users] Compiling MPI with pgf90

2006-07-31 Thread James McManus
Thanks! The build went went well with FC=pgf90. Michael Kluskens wrote: On Jul 31, 2006, at 1:12 PM, James McManus wrote: I'm trying to compile MPI with pgf90. I use the following configure settings: ./configure --prefix=/usr/local/mpi F90=pgf90 F77=pgf77 Besides the other issue abo

Re: [OMPI users] Compiling MPI with pgf90

2006-07-31 Thread Michael Kluskens
On Jul 31, 2006, at 1:12 PM, James McManus wrote: I'm trying to compile MPI with pgf90. I use the following configure settings: ./configure --prefix=/usr/local/mpi F90=pgf90 F77=pgf77 Besides the other issue about the wrong env. variable, if you have further trouble I'm using the following

Re: [OMPI users] Compiling MPI with pgf90

2006-07-31 Thread Brian Barrett
On Mon, 2006-07-31 at 13:12 -0400, James McManus wrote: > I'm trying to compile MPI with pgf90. I use the following configure > settings: > > ./configure --prefix=/usr/local/mpi F90=pgf90 F77=pgf77 > > However, the compiler is set to gfortran: > > *** Fortran 90/95 compiler > checking for gfort

[OMPI users] Compiling MPI with pgf90

2006-07-31 Thread James McManus
I'm trying to compile MPI with pgf90. I use the following configure settings: ./configure --prefix=/usr/local/mpi F90=pgf90 F77=pgf77 However, the compiler is set to gfortran: *** Fortran 90/95 compiler checking for gfortran... gfortran checking whether we are using the GNU Fortran compiler...