From 723437674e0002f7b0e2b727bc24ec3080ac069f Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 17 Jul 2023 08:45:12 -0400 Subject: add maximum process count --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 1691370..0b09e32 100644 --- a/readme.txt +++ b/readme.txt @@ -14,7 +14,8 @@ Then, to build all of the software, just run make. lib94 attempts to follow the draft standard at , minus P-space. There are no read/write limits (or if you prefer, they are the same as the core size). The minimum separation is always 0, and the core size is set at 8000. -To change the core size, change LIB94_CORE_SIZE in include/lib94/lib94.hpp, run make clean, and then run make. +To change the core size, change LIB94_CORE_SIZE in include/lib94/lib94.hpp, run make clean, and then run make. The maximum number of +processes is set at 16000. To change that, change LIB94_MAX_PROCESSES in include/lib94/lib94.hpp, run make clean, and then run make. === bench === -- cgit v1.2.3