Unverified Commit 4b2c1f5e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

some more OpenMPI suppressions

parent d4da9956
Loading
Loading
Loading
Loading
+39 −1
Original line number Diff line number Diff line
@@ -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
}