Skip to content

Commit

Permalink
use the PETSc way for flags
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Nov 25, 2023
1 parent d400f70 commit 4b4fddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
- name: PETSc - Installation
run: |
cd petsc-${PETSC_VERSION}
COPTFLAGS='-O0' FOPTFLAGS='-O0' CXXOPTFLAGS='-O0' ./configure --with-fc=gfortran-${GCC_V} --with-cc=gcc-${GCC_V} --with-cxx=g++-${GCC_V} \
./configure --with-fc=gfortran-${GCC_V} --with-cc=gcc-${GCC_V} --with-cxx=g++-${GCC_V} \
--CFLAGS='-O0' --CXXFLAGS='-O0' --FFLAGS='-O0' \
--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 4b4fddb

Please sign in to comment.