Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Nov 24, 2023
1 parent 3ea818a commit e38ecb7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,16 @@ jobs:
echo "CXXFLAGS=-Rno-debug-disables-optimization" >> $GITHUB_ENV
fi
if [[ "${{matrix.compiler}}" ~= intel ]]; then
set -x
ls /opt/intel/oneapi/
ls /opt/intel/oneapi/mpi
ls /opt/intel/oneapi/mpi/2021.12
ls /opt/intel/oneapi/mpi/2021.12/bin
ls /opt/intel/oneapi/mpi/2021.12/lib
ls /opt/intel/oneapi/mpi/2021.12/include
fi
- name: Build & Test
Expand Down

0 comments on commit e38ecb7

Please sign in to comment.