Browse Source

tools/valgrind/openmpi.suppr: add suppression rules

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

+ 24 - 0
tools/valgrind/openmpi.suppr

@@ -79,3 +79,27 @@
    ...
    fun:mca_base_components_open
 }
+
+{
+   suppr12
+   Memcheck:Param
+   writev(vector[...])
+   ...
+   fun:PMPI_Init_thread
+}
+
+{
+   suppr13
+   Memcheck:Param
+   writev(vector[...])
+   ...
+   fun:PMPI_Init_thread
+}
+
+{
+   suppr14
+   Memcheck:Param
+   sched_setaffinity(mask)
+   ...
+   fun:PMPI_Init_thread
+}