forked from lijiext/lammps
more OpenMPI suppressions
This commit is contained in:
parent
c6dc8b5414
commit
8359a4384a
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue