Dear all, For 3.12 and 3.13, I get
$ export PETSC_DIR=/home/user1/installers/petsc/petsc-3.13.0 $ export PETSC_ARCH=linux-gnu-opt $ ./configure --with-cc=mpicc --with-fc=mpif90 -with-cxx=mpicxx --prefix=/home/user1/usr/local --with-make-np=10 --with-shared-libraries --download-fblaslapack=/home/user1/installers/petsc/fblaslapack-3.4.2.tar.gz --download-mumps=/home/user1/installers/petsc/v5.1.2-p2.tar.gz --download-scalapack=/home/user1/installers/petsc/scalapack-2.0.2.tgz --with-debugging=0 COPTFLAGS='-O -O3 -march=native -mtune=native' FOPTFLAGS='-O -O3 -march=native -mtune=native' CXXOPTFLAGS='-O -O3 -march=native -mtune=native' =============================================================================== Configuring PETSc to compile on your system =============================================================================== =============================================================================== Trying to download file:///home/user1/installers/petsc/fblaslapack-3.4.2.tar.gz for FBLASLAPACK =============================================================================== ******************************************************************************* UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for details): ------------------------------------------------------------------------------- Error during download/extract/detection of FBLASLAPACK: Could not locate downloaded package FBLASLAPACK in /home/user1/installers/petsc/petsc-3.13.0/linux-gnu-opt/externalpackages ******************************************************************************* Up to 3.11, these commands worked fine. Am I doing anything wrong? Thanks a lot!