add a couple more suppressions
This commit is contained in:
@ -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
|
||||||
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user