Browse Source

update HDF5 suppression

Samuel Thibault 6 years ago
parent
commit
96aea5354e
1 changed files with 10 additions and 2 deletions
  1. 10 2
      tools/dev/valgrind/hdf5.suppr

+ 10 - 2
tools/dev/valgrind/hdf5.suppr

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 #
 # Copyright (C) 2017                                     CNRS
 # Copyright (C) 2017                                     CNRS
-# Copyright (C) 2017                                     Université de Bordeaux
+# Copyright (C) 2017, 2019                               Université de Bordeaux
 #
 #
 # StarPU is free software; you can redistribute it and/or modify
 # 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
 # it under the terms of the GNU Lesser General Public License as published by
@@ -20,7 +20,6 @@
    Memcheck:Leak
    Memcheck:Leak
    match-leak-kinds: reachable
    match-leak-kinds: reachable
    ...
    ...
-   fun:H5FL_reg_malloc
    fun:H5E_get_stack
    fun:H5E_get_stack
    ...
    ...
 }
 }
@@ -34,3 +33,12 @@
    ...
    ...
 }
 }
 
 
+{
+   thread-specific value
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   ...
+   fun:H5CX_push
+   ...
+}
+