Browse Source

tools/valgrind/openmpi.suppr: add suppression rules

Nathalie Furmento 12 years ago
parent
commit
b10022de60
1 changed files with 26 additions and 0 deletions
  1. 26 0
      tools/valgrind/openmpi.suppr

+ 26 - 0
tools/valgrind/openmpi.suppr

@@ -114,3 +114,29 @@
    fun:ompi_request_default_test
    fun:PMPI_Test
 }
+
+{
+   suppr16
+   Memcheck:Leak
+   fun:malloc
+   fun:ompi_ddt_set_args
+   fun:PMPI_Type_vector
+}
+
+{
+   suppr17
+   Memcheck:Leak
+   fun:malloc
+   fun:ompi_ddt_optimize_short.constprop.0
+   fun:ompi_ddt_commit
+   fun:PMPI_Type_commit
+}
+
+{
+   suppr18
+   Memcheck:Leak
+   fun:calloc
+   fun:ompi_ddt_create
+   fun:ompi_ddt_create_vector
+   fun:PMPI_Type_vector
+}