Skip to content

Commit

Permalink
Merge pull request #1282 from msimberg/hwloc-mpi-valgrind-suppress
Browse files Browse the repository at this point in the history
Suppress `hwloc_topology_load` leak reported by valgrind
  • Loading branch information
msimberg authored Oct 23, 2024
2 parents 8cea5e7 + 4412f09 commit 922a33c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/valgrind/memcheck.supp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
...
}

{
hwloc
Memcheck:Leak
fun:malloc
...
fun:hwloc_topology_load
...
}

# CUDA
{
Generic CUDA
Expand Down

0 comments on commit 922a33c

Please sign in to comment.