From a8ba1fa8e65935f595764f57db3a3bc34249858c Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Tue, 22 Aug 2023 09:11:40 -0500 Subject: [PATCH] ci: add path for icx debug action --- .github/workflows/linux-icx-auto-debug.yml | 1 + 1 file changed, 1 insertion(+) 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