Skip to content

Commit

Permalink
faster build for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Nov 25, 2023
1 parent c1e2fdb commit d400f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: PETSc - Installation
run: |
cd petsc-${PETSC_VERSION}
./configure --with-fc=gfortran-${GCC_V} --with-cc=gcc-${GCC_V} --with-cxx=g++-${GCC_V} \
COPTFLAGS='-O0' FOPTFLAGS='-O0' CXXOPTFLAGS='-O0' ./configure --with-fc=gfortran-${GCC_V} --with-cc=gcc-${GCC_V} --with-cxx=g++-${GCC_V} \
--download-openmpi --download-fftw --download-hdf5 --download-zlib --download-make \
--download-hdf5-fortran-bindings=1 --with-mpi-f90module-visibility=1
make all
Expand Down

0 comments on commit d400f70

Please sign in to comment.