瀏覽代碼

ignore more openmpi memleaks

Samuel Thibault 6 年之前
父節點
當前提交
1c7da5bf68
共有 1 個文件被更改,包括 30 次插入1 次删除
  1. 30 1
      tools/dev/valgrind/openmpi.suppr

+ 30 - 1
tools/dev/valgrind/openmpi.suppr

@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2012                                     Inria
 # Copyright (C) 2012-2017                                CNRS
-# Copyright (C) 2014-2017                                Université de Bordeaux
+# Copyright (C) 2014-2018                                Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -176,6 +176,17 @@
 }
 
 {
+   suppr15
+   Memcheck:Leak
+   fun:malloc
+   fun:opal_free_list_grow
+   ...
+   fun:opal_progress
+   fun:ompi_request_default_test
+   fun:PMPI_Test
+}
+
+{
    suppr16
    Memcheck:Leak
    fun:malloc
@@ -223,12 +234,30 @@
    suppr20
    Memcheck:Leak
    fun:malloc
+   fun:opal_free_list_grow
+   ...
+   fun:PMPI_Isend
+}
+
+{
+   suppr20
+   Memcheck:Leak
+   fun:malloc
    fun:ompi_free_list_grow
    ...
    fun:PMPI_Barrier
 }
 
 {
+   suppr20
+   Memcheck:Leak
+   fun:malloc
+   fun:opal_free_list_grow
+   ...
+   fun:PMPI_Barrier
+}
+
+{
    suppr21
    Memcheck:Leak
    ...