Explorar o código

mention the valgrind suppression files

Samuel Thibault %!s(int64=11) %!d(string=hai) anos
pai
achega
cefbb1547e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      doc/doxygen/chapters/11debugging_tools.doxy

+ 2 - 1
doc/doxygen/chapters/11debugging_tools.doxy

@@ -21,7 +21,8 @@ Some gdb helpers are also provided to show the whole StarPU state:
 
 Valgrind can be used on StarPU: valgrind.h just needs to be found at ./configure
 time, to tell valgrind about some known false positives and disable host memory
-pinning.
+pinning. Other known false positives can be suppressed by using the suppression
+files in tools/valgrind/*.suppr.
 
 The STARPU_DISABLE_KERNELS environment variable can also be set to 1 to make
 StarPU do everything (schedule tasks, transfer memory, etc.) except actually