add a couple more suppressions

This commit is contained in:
Axel Kohlmeyer
2024-08-02 16:03:12 -04:00
parent 423ca92d39
commit d03ca368b5
2 changed files with 52 additions and 0 deletions

View File

@ -39,3 +39,45 @@
fun:PMPI_Init fun:PMPI_Init
fun:main 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
}

View File

@ -193,3 +193,13 @@
fun:GOMP_parallel fun:GOMP_parallel
} }
{
gomp_realloc1
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:gomp_realloc
fun:gomp_team_start
fun:GOMP_parallel
}