浏览代码

doc: add missing documentation

Nathalie Furmento 12 年之前
父节点
当前提交
c906cce965
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      doc/chapters/configuration.texi

+ 10 - 0
doc/chapters/configuration.texi

@@ -279,6 +279,11 @@ MKL website} provides a script to determine the linking flags.
 Disable the build of examples.
 Disable the build of examples.
 @end defvr
 @end defvr
 
 
+@defvr {Configure option} --enable-memory-status
+Enable the display of memory status at the end of the execution
+(@pxref{Memory feedback}).
+@end defvr
+
 @node Execution configuration through environment variables
 @node Execution configuration through environment variables
 @section Execution configuration through environment variables
 @section Execution configuration through environment variables
 
 
@@ -536,3 +541,8 @@ as it emulates devices that have a limited amount of memory.
 When set to 1, this variable indicates that StarPU should automatically
 When set to 1, this variable indicates that StarPU should automatically
 generate a Paje trace when starpu_shutdown is called.
 generate a Paje trace when starpu_shutdown is called.
 @end defvr
 @end defvr
+
+@defvr {Environment variable} STARPU_MEMORY_STATUS
+Enable the display of memory status at the end of the execution
+(@pxref{Memory feedback}).
+@end defvr