|
@@ -903,15 +903,6 @@ some nodes of the hierarchy have a big arity (e.g. many cores in a socket
|
|
|
without a hierarchy of shared caches), StarPU will create combined workers of
|
|
|
intermediate sizes. The @code{STARPU_SYNTHESIZE_ARITY_COMBINED_WORKER} variable
|
|
|
permits to tune the maximum arity between levels of combined workers.
|
|
|
-The user can give some hints to StarPU about combined workers sizes to favor.
|
|
|
-This can be done by using the environment variables @code{STARPU_MIN_WORKERSIZE}
|
|
|
-and @code{STARPU_MAX_WORKERSIZE}. When set, they will force StarPU to create the
|
|
|
-biggest combined workers possible without overstepping the defined boundaries.
|
|
|
-However, StarPU will create the remaining combined workers without abiding by
|
|
|
-the rules if not possible.
|
|
|
-For example : if the user specifies a minimum and maximum combined workers size
|
|
|
-of 3 on a machine containing 8 CPUs, StarPU will create a combined worker of
|
|
|
-size 2 beside the combined workers of size 3.
|
|
|
|
|
|
The combined workers actually produced can be seen in the output of the
|
|
|
@code{starpu_machine_display} tool (the @code{STARPU_SCHED} environment variable
|