浏览代码

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
+}