|
@@ -139,7 +139,9 @@ By default, StarPU executes 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 start one parallel task at a time (but other
|
|
|
-CPU and GPU tasks are not affected and can be run concurrently).
|
|
|
+CPU and GPU tasks are not affected and can be run concurrently). The parallel
|
|
|
+task scheduler will however still however still try varying combined worker
|
|
|
+sizes to look for the most efficient ones.
|
|
|
This can also be specified with the @code{STARPU_SINGLE_COMBINED_WORKER} environment variable.
|
|
|
|
|
|
@item @code{int disable_asynchronous_copy} (default = 0)
|