Browse Source

doc/chapters/basic-api.texi: clarify the different available values for the field calibrate of struct starpu_conf

Nathalie Furmento 12 years ago
parent
commit
4835c3e1b2
1 changed files with 5 additions and 2 deletions
  1. 5 2
      doc/chapters/basic-api.texi

+ 5 - 2
doc/chapters/basic-api.texi

@@ -123,8 +123,11 @@ contains the logical identifiers of the OpenCL devices to be used.
 
 @item @code{int calibrate} (default = 0)
 If this flag is set, StarPU will calibrate the performance models when
-executing tasks. If this value is equal to -1, the default value is used. This
-can also be specified with the @code{STARPU_CALIBRATE} environment variable.
+executing tasks. If this value is equal to @code{-1}, the default value is
+used. If the value is equal to @code{1}, it will force continuing
+calibration. If the value is equal to @code{2}, the existing performance
+models will be overwritten. This can also be specified with the
+@code{STARPU_CALIBRATE} environment variable.
 
 @item @code{int single_combined_worker} (default = 0)
 By default, StarPU executes parallel tasks concurrently.