1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

Remove Now Unneeded Help Text

With the new automatic setting of split depth
instead of a default, the user no longer needs
guidance on setting the split point.

Also threads now defaults to one.

No functional change.
This commit is contained in:
Ryan Takker 2013-08-13 07:36:01 +02:00 committed by Marco Costalba
parent 15616ad199
commit 4d14f97482

View file

@ -7,14 +7,10 @@ Partner or Fritz) in order to be used comfortably. Read the
documentation for your GUI of choice for information about how to use documentation for your GUI of choice for information about how to use
Stockfish with it. Stockfish with it.
This version of Stockfish supports up to 64 CPUs, but has not been This version of Stockfish supports up to 64 CPUs. The engine defaults
tested thoroughly with more than 4. The program tries to detect the to one search thread it is therefore recommended to inspect the value of
number of CPUs on your computer and sets the number of search threads the *Threads* UCI parameter, and to make sure it equals the number of CPU
accordingly, but please be aware that the detection is not always cores on your computer.
correct. It is therefore recommended to inspect the value of the
*Threads* UCI parameter, and to make sure it equals the number of CPU
cores on your computer. If you are using more than eight threads, it is
recommended to raise the value of the *Min Split Depth* UCI parameter to 7.
### Files ### Files
@ -25,7 +21,7 @@ This distribution of Stockfish consists of the following files:
* Copying.txt, a text file containing the GNU General Public License. * Copying.txt, a text file containing the GNU General Public License.
* src/, a subdirectory containing the full source code, including a Makefile * src, a subdirectory containing the full source code, including a Makefile
that can be used to compile Stockfish on Unix-like systems. For further that can be used to compile Stockfish on Unix-like systems. For further
information about how to compile Stockfish yourself read section below. information about how to compile Stockfish yourself read section below.