瀏覽代碼

doc: document STARPU_SILENT

Nathalie Furmento 14 年之前
父節點
當前提交
3e5f62f419
共有 1 個文件被更改,包括 17 次插入1 次删除
  1. 17 1
      doc/starpu.texi

+ 17 - 1
doc/starpu.texi

@@ -1740,7 +1740,13 @@ Do not enforce assertions, saves a lot of time spent to compute them otherwise.
 @subsubsection @code{--enable-verbose}
 @table @asis
 @item @emph{Description}:
-Augment the verbosity of the debugging messages.
+Augment the verbosity of the debugging messages. This can be disabled
+at runtime by setting the environment variable @code{STARPU_SILENT} to
+any value.
+
+@smallexample
+% STARPU_SILENT=1 ./vector_scal
+@end smallexample
 @end table
 
 @node --enable-coverage
@@ -2228,11 +2234,21 @@ the coefficient to be applied to it before adding it to the computation part.
 @subsection Miscellaneous and debug
 
 @menu
+* STARPU_SILENT::               Disable verbose mode
 * STARPU_LOGFILENAME::          Select debug file name
 * STARPU_FXT_PREFIX::           FxT trace location
 * STARPU_LIMIT_GPU_MEM::        Restrict memory size on the GPUs
 @end menu
 
+@node STARPU_SILENT
+@subsubsection @code{STARPU_SILENT} -- Disable verbose mode
+@table @asis
+
+@item @emph{Description}:
+This variable allows to disable verbose mode at runtime when StarPU
+has been configured with the option @code{--enable-verbose}.
+@end table
+
 @node STARPU_LOGFILENAME
 @subsubsection @code{STARPU_LOGFILENAME} -- Select debug file name
 @table @asis