소스 검색

Fix yet another bogus instance of STARPU_LIMIT_MIN/MAX_NSUBMITTED_TASKS documentation

Samuel Thibault 9 년 전
부모
커밋
97e485de0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/doxygen/chapters/05check_list_performance.doxy

+ 1 - 1
doc/doxygen/chapters/05check_list_performance.doxy

@@ -212,7 +212,7 @@ buffers will be done at submission time, not at execution time.
 You have two options to control the task submission flow. The first one is by
 controlling the number of submitted tasks during the whole execution. This can
 be done whether by setting the environment variables \ref
-STARPU_LIMIT_MAX_NSUBMITTED_TASKS and \ref STARPU_LIMIT_MIN_NSUBMITTED_TASKS to
+STARPU_LIMIT_MAX_SUBMITTED_TASKS and \ref STARPU_LIMIT_MIN_SUBMITTED_TASKS to
 tell StarPU when to stop submitting tasks and when to wake up and submit tasks
 again, or by explicitely calling \ref starpu_task_wait_for_n_submitted() in
 your application code for finest grain control (for example, between two