Browse Source

make doc clearer

Samuel Thibault 9 years ago
parent
commit
6be3dad782
1 changed files with 4 additions and 3 deletions
  1. 4 3
      doc/doxygen/chapters/05check_list_performance.doxy

+ 4 - 3
doc/doxygen/chapters/05check_list_performance.doxy

@@ -192,9 +192,10 @@ export STARPU_LIMIT_MIN_SUBMITTED_TASKS=9000
 </c>
 
 To make StarPU block submission when 10000 tasks are submitted, and unblock
-submission when only 9000 tasks are submitted. Of course this may reduce
-parallelism if the threshold is set too low. The precise balance depends on the
-application task graph.
+submission when only 9000 tasks are still submitted, i.e. 1000 tasks have
+completed among the 10000 that were submitted when submission was blocked. Of
+course this may reduce parallelism if the threshold is set too low. The precise
+balance depends on the application task graph.
 
 \section HowtoReuseMemory How to reuse memory