Skip to content

Commit

Permalink
ci: add path for icx debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 22, 2023
1 parent 8745297 commit a8ba1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-icx-auto-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8ba1fa

Please sign in to comment.