ソースを参照

Ignore leaks in openmpi's comm_split

Samuel Thibault 10 年 前
コミット
b87756fc13
共有1 個のファイルを変更した9 個の追加0 個の削除を含む
  1. 9 0
      tools/valgrind/openmpi.suppr

+ 9 - 0
tools/valgrind/openmpi.suppr

@@ -228,3 +228,12 @@
    fun:ompi_datatype_set_args
    fun:PMPI_Type_vector
 }
+
+{
+   suppr29
+   Memcheck:Leak
+   match-leak-kinds: indirect
+   ...
+   fun:PMPI_Comm_split
+   fun:main
+}