Browse Source

note that there are multiple measurements for a given combined worker size

Samuel Thibault 12 years ago
parent
commit
d7febf20d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/chapters/advanced-examples.texi

+ 2 - 1
doc/chapters/advanced-examples.texi

@@ -896,7 +896,8 @@ To benefit from parallel tasks, a parallel-task-aware StarPU scheduler has to
 be used. When exposed to codelets with a Fork or SPMD flag, the @code{pheft}
 be used. When exposed to codelets with a Fork or SPMD flag, the @code{pheft}
 (parallel-heft) and @code{peager} (parallel eager) schedulers will indeed also
 (parallel-heft) and @code{peager} (parallel eager) schedulers will indeed also
 try to execute tasks with several CPUs. It will automatically try the various
 try to execute tasks with several CPUs. It will automatically try the various
-available combined worker sizes and thus be able to avoid choosing a large
+available combined worker sizes (making several measurements for each worker size)
+and thus be able to avoid choosing a large
 combined worker if the codelet does not actually scale so much.
 combined worker if the codelet does not actually scale so much.
 
 
 @subsection Combined workers
 @subsection Combined workers