some more OpenMPI suppressions

This commit is contained in:
Axel Kohlmeyer
2020-07-08 20:10:52 -04:00
parent d4da99562f
commit 4b2c1f5edd

View File

@ -90,6 +90,25 @@
fun:orte_init
fun:ompi_mpi_init
}
{
OpenMPI_MPI_init9
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:orte_init
fun:ompi_mpi_init
fun:PMPI_Init
}
{
OpenMPI_MPI_init10
Memcheck:Leak
match-leak-kinds: indirect
fun:malloc
...
fun:ompi_mpi_init
fun:PMPI_Init
}
{
OpenMPI_MPI_thread1
Memcheck:Leak
@ -152,7 +171,26 @@
match-leak-kinds: definite
fun:malloc
fun:strdup
obj:*
...
fun:dlopen*
}
{
OpenMPI_dlopen_strdup2
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:strdup
...
fun:dl_open_worker
}
{
OpenMPI_dlopen_strdup3
Memcheck:Leak
match-leak-kinds: indirect
fun:malloc
fun:strdup
...
fun:event_base_loop
...
fun:clone
}