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

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