more OpenMPI suppressions

This commit is contained in:
Axel Kohlmeyer 2020-07-08 23:49:31 -04:00
parent c6dc8b5414
commit 8359a4384a
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 41 additions and 0 deletions

View File

@ -109,6 +109,24 @@
fun:ompi_mpi_init fun:ompi_mpi_init
fun:PMPI_Init fun:PMPI_Init
} }
{
OpenMPI_MPI_init11
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
...
fun:ompi_mpi_init
fun:PMPI_Init
}
{
OpenMPI_MPI_init12
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:ompi_mpi_init
fun:PMPI_Init
}
{ {
OpenMPI_MPI_thread1 OpenMPI_MPI_thread1
Memcheck:Leak Memcheck:Leak
@ -194,3 +212,26 @@
... ...
fun:clone fun:clone
} }
{
OpenMPI_dlerror1
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:_dl_init
fun:_dl_catch_exception
...
fun:_dlerror_run
}
{
OpenMPI_dlerror2
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
...
fun:_dl_init
fun:_dl_catch_exception
...
fun:dl_open_worker
fun:_dl_catch_exception
}