Przeglądaj źródła

document how to change max numbers of workers

Samuel Thibault 14 lat temu
rodzic
commit
5442848fd6
1 zmienionych plików z 9 dodań i 5 usunięć
  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