diff options
author | Benji Dial <benji@benjidial.net> | 2023-07-17 08:45:12 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2023-07-17 08:45:12 -0400 |
commit | 723437674e0002f7b0e2b727bc24ec3080ac069f (patch) | |
tree | 479f7cf01d4683ae31e50c8b49675d744526a70d /readme.txt | |
parent | fa874b73ff8bde0ceac9f4f29255d9d23fa79a1a (diff) | |
download | lib94-723437674e0002f7b0e2b727bc24ec3080ac069f.tar.gz |
add maximum process count
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ Then, to build all of the software, just run make. lib94 attempts to follow the draft standard at <https://corewar.co.uk/standards/icws94.txt>, 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 === |