Re: [OMPI users] f90 support not built with gfortran?

2007-06-12 Thread Jeff Pummill
Thanks guys! Setting F77=gfortran did the trick. Jeff F. Pummill Senior Linux Cluster Administrator University of Arkansas Fayetteville, Arkansas 72701 (479) 575 - 4590 http://hpc.uark.edu "A supercomputer is a device for turning compute-bound problems into I/O-bound problems." -Seymour Cray

Re: [OMPI users] f90 support not built with gfortran?

2007-06-12 Thread Jeff Squyres
On Jun 12, 2007, at 5:56 AM, Terry Frankcombe wrote: I downloaded and configured v1.2.2 this morning on an Opteron cluster using the following configure directives... ./configure --prefix=/share/apps CC=gcc CXX=g++ F77=g77 FC=gfortran CFLAGS=-m64 CXXFLAGS=-m64 FFLAGS=-m64 FCFLAGS=-m64 What

Re: [OMPI users] f90 support not built with gfortran?

2007-06-12 Thread Terry Frankcombe
On Mon, 2007-06-11 at 12:10 -0500, Jeff Pummill wrote: > Greetings all, > > I downloaded and configured v1.2.2 this morning on an Opteron cluster > using the following configure directives... > > ./configure --prefix=/share/apps CC=gcc CXX=g++ F77=g77 FC=gfortran > CFLAGS=-m64 CXXFLAGS=-m64

[OMPI users] f90 support not built with gfortran?

2007-06-11 Thread Jeff Pummill
Greetings all, I downloaded and configured v1.2.2 this morning on an Opteron cluster using the following configure directives... ./configure --prefix=/share/apps CC=gcc CXX=g++ F77=g77 FC=gfortran CFLAGS=-m64 CXXFLAGS=-m64 FFLAGS=-m64 FCFLAGS=-m64 Compilation seemed to go OK and there IS