Skip to content

Commit

Permalink
Suppress more leaks due to MPI
Browse files Browse the repository at this point in the history
DanielSeemaier committed Sep 22, 2021
1 parent ad1911b commit 5deb83e
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kaminpar_ci.yml
Original file line number Diff line number Diff line change
@@ -29,5 +29,5 @@ jobs:
working-directory: ${{github.workspace}}/build
run: ctest -C Debug --output-on-failure
env:
LSAN_OPTIONS: fast_unwind_on_malloc=0:suppressions=${{github.workspace}}/misc/tbb.supp
LSAN_OPTIONS: fast_unwind_on_malloc=0:suppressions=${{github.workspace}}/misc/tests.supp

2 changes: 0 additions & 2 deletions misc/tbb.supp

This file was deleted.

8 changes: 8 additions & 0 deletions misc/tests.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Suppress leaks in TBB
leak:tbb::internal::get_initial_auto_partitioner_divisor
# Suppress leaks in MPI (1)
leak:PMPI_Init
# Suppress leaks in MPI (2)
leak:ompi_mpi_finalize
# Suppress leaks in MPI (3)
leak:start_thread

0 comments on commit 5deb83e

Please sign in to comment.