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 fb1106c
Showing 1 changed file with 1 addition 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

0 comments on commit fb1106c

Please sign in to comment.