소스 검색

document how to change max numbers of workers

Samuel Thibault 14 년 전
부모
커밋
5442848fd6
1개의 변경된 파일9개의 추가작업 그리고 5개의 파일을 삭제
  1. 9 5
      configure.ac

+ 9 - 5
configure.ac

@@ -1338,11 +1338,15 @@ AC_MSG_NOTICE([
 
 	GCC plugin: $build_gcc_plugin
 
-	Maximum number of CPUs:           $nmaxcpus
-	Maximum number of CUDA devices:   $nmaxcudadev
-	Maximum number of OpenCL devices: $nmaxopencldev
-	Maximum number of memory nodes:   $maxnodes
-	Maximum number of task buffers:   $nmaxbuffers
+	Compile-time limits
+	(change these with --enable-nmaxcpus, --enable-maxcudadev,
+	--enable-maxopencldev, --enable-maxbuffers)
+
+	Number of CPUs:           $nmaxcpus
+	Number of CUDA devices:   $nmaxcudadev
+	Number of OpenCL devices: $nmaxopencldev
+	Number of memory nodes:   $maxnodes
+	Number of task buffers:   $nmaxbuffers
 
 	GPU-GPU transfers: $have_cuda_memcpy_peer
 	Allocation cache:  $enable_allocation_cache