Skip to content

Commit

Permalink
add a couple more suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed Aug 2, 2024
1 parent 423ca92 commit d03ca36
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
42 changes: 42 additions & 0 deletions tools/valgrind/MPICH.supp
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,45 @@
fun:PMPI_Init
fun:main
}
{
MPICH_MPI_init4
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:psmx3_recv_generic
...
obj:*
...
fun:MPIDI_Init.constprop.0
...
fun:PMPI_Init
fun:main
}
{
MPICH_MPI_init5
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
obj:*
...
fun: usdf_getinfo.lto_priv.0
...
fun:MPID_Init.constprop.0
...
fun:PMPI_Init
fun:main
}
{
MPICH_MPI_init6
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:strdup
obj:*
...
fun:MPID_Init.constprop.0
...
obj:*
fun:PMPI_Init
fun:main
}
10 changes: 10 additions & 0 deletions tools/valgrind/OpenMP.supp
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,13 @@
fun:GOMP_parallel
}

{
gomp_realloc1
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:gomp_realloc
fun:gomp_team_start
fun:GOMP_parallel
}

0 comments on commit d03ca36

Please sign in to comment.