瀏覽代碼

make doc clearer

Samuel Thibault 9 年之前
父節點
當前提交
6be3dad782
共有 1 個文件被更改,包括 4 次插入3 次删除
  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