|
@@ -109,11 +109,10 @@ 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.
|
|
|
|
|
|
@item @code{int single_combined_worker} (default = 0)
|
|
|
-By default, StarPU creates various combined workers according to the machine
|
|
|
-structure. Some parallel libraries (e.g. most OpenMP implementations) however do
|
|
|
+By default, StarPU parallel tasks concurrently.
|
|
|
+Some parallel libraries (e.g. most OpenMP implementations) however do
|
|
|
not support concurrent calls to parallel code. In such case, setting this flag
|
|
|
-makes StarPU only create one combined worker, containing all
|
|
|
-the CPU workers. This can also be specified by the
|
|
|
+makes StarPU only start one parallel task at a time.
|
|
|
@code{STARPU_SINGLE_COMBINED_WORKER} environment variable.
|
|
|
@end table
|
|
|
@end deftp
|