Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 20, 2024
1 parent 27b5205 commit e76dfcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: run with thread sanitizer
run: |
export PMIX_MCA_gds=hash
export TSAN_OPTIONS='ignore_noninstrumented_modules=1'
export TSAN_OPTIONS='symbolize=1 ignore_noninstrumented_modules=1'
export ARCHER_OPTIONS="verbose=1"
export OMP_NUM_THREADS=2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dependencies/clang17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ sudo apt-get install -y \
liblapack-dev \
libopenmpi-dev \
libomp-17-dev \
llvm-17 \
ninja-build \
wget \
xz-utils \
Expand Down

0 comments on commit e76dfcd

Please sign in to comment.