Intel (classic) has issues on GitHub actions

This commit is contained in:
Martin Diehl 2022-10-08 20:07:56 +02:00
parent 94e9a9a0da
commit ddb69d2234
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ jobs:
if: contains( matrix.intel_v, 'classic')
run: |
cd petsc-${PETSC_VERSION}
./configure --with-fc=mpiifort --with-cc=mpiicc --with-cxx=mpiicpc \
./configure --with-fc=mpiifort --with-cc="mpiicc -cc=icc" --with-cxx="mpiicpc -cxx=icpc" \
--download-fftw --download-hdf5 --download-hdf5-fortran-bindings=1 --download-zlib
make all