Hi,
When I was downloading PETSc prior to installing PFLOTRAN, I got an error message regarding the fblasklapack package.
My commands were:
cd petsc
git checkout xsdk-0.2.0
./configure --CFLAGS='-O3' --CXXFLAGS='-O3' --FFLAGS='-O3' --with-debugging=no --download-mpich=yes --download-hdf5=yes --download-fblaslapack=yes --download-metis=yes --download-parmetis=yes
MPICH, HDF5 both configured without trouble but flbaslapack wouldn't configure and threw the following error message:
*******************************************************************************
UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for details):
-------------------------------------------------------------------------------
Cannot request fblaslapack without Fortran compiler, use --download-f2cblaslapack intead
*******************************************************************************
But it worked when I tried the suggested command --download-f2cblaslapack
Will this work for the pflotran install or am I missing something?
I checked and I have gfortran installed on my machine:
~$ gfortran --version
GNU Fortran (GCC) 6.3.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Thanks!
-Chip