Samuel Thibault лет назад: 4
Родитель
Сommit
81009c6954
2 измененных файлов с 26 добавлено и 0 удалено
  1. 1 0
      tools/Makefile.am
  2. 25 0
      tools/dev/valgrind/papi.suppr

+ 1 - 0
tools/Makefile.am

@@ -296,6 +296,7 @@ EXTRA_DIST =				\
 	dev/valgrind/openmpi.suppr	\
 	dev/valgrind/openmp.suppr	\
 	dev/valgrind/padico.suppr	\
+	dev/valgrind/papi.suppr		\
 	dev/valgrind/pthread.suppr	\
 	dev/valgrind/starpu.suppr	\
 	dev/valgrind/valgrind.suppr	\

+ 25 - 0
tools/dev/valgrind/papi.suppr

@@ -0,0 +1,25 @@
+# StarPU --- Runtime system for heterogeneous multicore architectures.
+#
+# Copyright (C) 2016-2020  Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
+#
+# 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
+# the Free Software Foundation; either version 2.1 of the License, or (at
+# your option) any later version.
+#
+# StarPU is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# See the GNU Lesser General Public License in COPYING.LGPL for more details.
+#
+
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:malloc
+   ...
+   fun:_pe_libpfm4_init
+   ...
+}