Parcourir la source

doc: update starpu_conf documentation

Nathalie Furmento il y a 15 ans
Parent
commit
b34ded76ed
1 fichiers modifiés avec 12 ajouts et 4 suppressions
  1. 12 4
      doc/starpu.texi

+ 12 - 4
doc/starpu.texi

@@ -635,26 +635,34 @@ overwrites the equivalent environment variables.
 
 
 @item @emph{Fields}:
 @item @emph{Fields}:
 @table @asis 
 @table @asis 
-@item @code{sched_policy} (default = NULL):
+@item @code{sched_policy_name} (default = NULL):
 This is the name of the scheduling policy. This can also be specified with the
 This is the name of the scheduling policy. This can also be specified with the
 @code{STARPU_SCHED} environment variable.
 @code{STARPU_SCHED} environment variable.
+@item @code{sched_policy} (default = NULL):
+This is the definition of the scheduling policy. This field is ignored
+if @code{sched_policy_name} is set.
 
 
 @item @code{ncpus} (default = -1):
 @item @code{ncpus} (default = -1):
 This is the maximum number of CPU cores that StarPU can use. This can also be
 This is the maximum number of CPU cores that StarPU can use. This can also be
 specified with the @code{STARPU_NCPUS} environment variable.
 specified with the @code{STARPU_NCPUS} environment variable.
-
 @item @code{ncuda} (default = -1):
 @item @code{ncuda} (default = -1):
 This is the maximum number of CUDA devices that StarPU can use. This can also be
 This is the maximum number of CUDA devices that StarPU can use. This can also be
 specified with the @code{STARPU_NCUDA} environment variable.
 specified with the @code{STARPU_NCUDA} environment variable.
-
 @item @code{nopencl} (default = -1):
 @item @code{nopencl} (default = -1):
 This is the maximum number of OpenCL devices that StarPU can use. This can also be
 This is the maximum number of OpenCL devices that StarPU can use. This can also be
 specified with the @code{STARPU_NOPENCL} environment variable.
 specified with the @code{STARPU_NOPENCL} environment variable.
-
 @item @code{nspus} (default = -1):
 @item @code{nspus} (default = -1):
 This is the maximum number of Cell SPUs that StarPU can use. This can also be
 This is the maximum number of Cell SPUs that StarPU can use. This can also be
 specified with the @code{STARPU_NGORDON} environment variable.
 specified with the @code{STARPU_NGORDON} environment variable.
 
 
+@item @code{use_explicit_workers_bindid} (default = 0)
+@item @code{workers_bindid[STARPU_NMAXWORKERS]}
+@item @code{use_explicit_workers_cuda_gpuid} (default = 0)
+@item @code{workers_cuda_gpuid[STARPU_NMAXWORKERS]}
+@item @code{use_explicit_workers_opencl_gpuid} (default = 0)
+@item @code{workers_opencl_gpuid[STARPU_NMAXWORKERS]}:
+These fields are explained in @ref{STARPU_WORKERS_CPUID}.
+
 @item @code{calibrate} (default = 0):
 @item @code{calibrate} (default = 0):
 If this flag is set, StarPU will calibrate the performance models when
 If this flag is set, StarPU will calibrate the performance models when
 executing tasks. This can also be specified with the @code{STARPU_CALIBRATE}
 executing tasks. This can also be specified with the @code{STARPU_CALIBRATE}