소스 검색

doc: minor fixes

Nathalie Furmento 7 년 전
부모
커밋
f53e761d09
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      doc/doxygen/chapters/510_configure_options.doxy
  2. 5 0
      doc/doxygen/chapters/api/workers.doxy

+ 0 - 3
doc/doxygen/chapters/510_configure_options.doxy

@@ -138,9 +138,6 @@ used by nvcc.
 By default, StarPU keeps CPU workers awake permanently, for better
 reactivity. This option makes StarPU put CPU workers to real sleep when there
 are not enough tasks to compute.
-
-Use at most <c>count</c> CPU cores.  This information is then
-available as the macro ::STARPU_MAXCPUS.
 </dd>
 
 <dt>--enable-maxcpus=<c>count</c></dt>

+ 5 - 0
doc/doxygen/chapters/api/workers.doxy

@@ -17,6 +17,11 @@ Define the maximum number of workers managed by StarPU.
 Define the maximum number of CPU workers managed by StarPU. The default value can be modified at
 configure by using the option \ref enable-maxcpus "--enable-maxcpus".
 
+\def STARPU_MAXNUMANODES
+\ingroup API_Workers_Properties
+Define the maximum number of NUMA nodes managed by StarPU. The default value can be modified at
+configure by using the option \ref enable-maxnumanodes "--enable-maxnumanodes".
+
 \def STARPU_MAXNODES
 \ingroup API_Workers_Properties
 Define the maximum number of memory nodes managed by StarPU. The default value can be modified at