浏览代码

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