소스 검색

fix doc: STARPU_MIN_WORKERSIZE and STARPU_MAX_WORKERSIZE have effect in all cases

Samuel Thibault 12 년 전
부모
커밋
039b1f4ff1
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      doc/doxygen/chapters/environment_variables.doxy

+ 3 - 3
doc/doxygen/chapters/environment_variables.doxy

@@ -150,15 +150,15 @@ and \ref STARPU_MAX_WORKERSIZE can be used to change this default.
 <dd>
 \anchor STARPU_MIN_WORKERSIZE
 \addindex __env__STARPU_MIN_WORKERSIZE
-When \ref STARPU_SINGLE_COMBINED_WORKER is set, \ref STARPU_MIN_WORKERSIZE
-permits to specify the minimum size of the combined workers (instead of the default 1)
+\ref STARPU_MIN_WORKERSIZE
+permits to specify the minimum size of the combined workers (instead of the default 2)
 </dd>
 
 <dt>STARPU_MAX_WORKERSIZE</dt>
 <dd>
 \anchor STARPU_MAX_WORKERSIZE
 \addindex __env__STARPU_MAX_WORKERSIZE
-When \ref STARPU_SINGLE_COMBINED_WORKER is set, \ref STARPU_MAX_WORKERSIZE
+\ref STARPU_MAX_WORKERSIZE
 permits to specify the minimum size of the combined workers (instead of the
 number of CPU workers in the system)
 </dd>