On Wed, 3 Nov 2010, Satish Balay wrote: > > ./configure --with-cc=gcc --with-fc=mpif90 > > --download-f-blas-lapack=1 --download-mpich=1 --download-hdf5=1
BTW: the above is inconsistant. If you already have mpif90 - then you should have a corresponding mpicc to use [ so use '--with-cc=mpicc' and not '--download-mpich=1'] For --download-mpich=1 - suggest using native compiler [i.e --with-fc=gfortran] Satish
