diff --git a/.github/workflows/linux-icx-auto-debug.yml b/.github/workflows/linux-icx-auto-debug.yml index 31aca789239..fca647b52b7 100644 --- a/.github/workflows/linux-icx-auto-debug.yml +++ b/.github/workflows/linux-icx-auto-debug.yml @@ -39,6 +39,7 @@ jobs: shell: bash run: | source /opt/intel/oneapi/setvars.sh + export PATH=$PATH:/opt/intel/oneapi/mpi/2021.9.0/bin:/opt/intel/oneapi/compiler/2023.1.0/linux/bin ./autogen.sh ./configure --enable-internal-debug=all --enable-fortran --enable-parallel CXX="$(which mpiicpc) -cc=$(which icpx)" CC="$(which mpiicc) -cc=$(which icx)" FC="$(which mpiifort) -fc=$(which ifx)" LDFLAGS="-L/opt/intel/oneapi/mpi/2021.9.0/lib -L/opt/intel/oneapi/mpi/2021.9.0/lib/release/" make -j