Skip to content

Commit

Permalink
extend LSAN ignore list to ignore anything MPI-lib related
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Jul 13, 2022
1 parent 6054cf1 commit e401593
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .lsanIgnoreList.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Leak Sanitizer ignore list
# libhf5 is leaky so ignore everything that comes from it
leak:libhdf5
# mpich is leaky so ignore everything that comes from it
leak:mpich
# MPI related libs are leaky so ignore everything that comes from it
#leak:mpich
leak:libmpi
leak:openmpi
#leak:libhwloc only necessary if LSAN_OPTIONS=fast_unwind_on_malloc=0 is not set
leak:libopen-pal
#leak:libpmix only necessary if LSAN_OPTIONS=fast_unwind_on_malloc=0 is not set
leak:libopen-rte

0 comments on commit e401593

Please sign in to comment.