use LLVM compiler wrappers

This commit is contained in:
Martin Diehl 2024-01-04 07:44:06 +01:00
parent 24eee8d14c
commit 9f6464319e
No known key found for this signature in database
GPG Key ID: 1FD50837275A0A9B
1 changed files with 3 additions and 3 deletions

View File

@ -138,9 +138,9 @@ jobs:
run: |
cd petsc-${PETSC_VERSION}
./configure \
--with-fc='mpiifort -fc=ifx' \
--with-cc='mpiicc -cc=icx' \
--with-cxx='mpiicpc -cxx=icpx' \
--with-fc=mpiifx \
--with-cc=mpiicx \
--with-cxx=mpiicpx \
--download-fftw --download-hdf5 --download-hdf5-fortran-bindings=1 --download-zlib
make all