main -> Ghost 2 for Linux
Install guide (64-bit version):
- Untar the downloaded archive:
tar xzfv ghost2_x64_linux_v2_0_2.tgz
- The archive contains the following files:
- ghost2/ghost2_x64_linux_v2_0_2:
The engine (which can be executed without
having the other files)
- ghost2/kp_kp.gbb:
Ghost Bitbases (king+pawn vs king+pawn)
- ghost2/kpp_kp_ram.gbb:
Ghost Bitbases (king+pawn+pawn vs king+pawn
with one pawn ram)
- Ghost 2 works best under
XBoard:
cd ghost2
xboard -fcp "./ghost2_x64_linux_v2_0_2 --xboard"
- Always set the
--xboard
command line option
(except when using the console mode).
--help
will show the help screen.
Tuning guide:
- Increase the transposition table
(e.g.,
--hash trans 1G
)
- Check whether the bitbases files (kp_kp.gbb and kpp_kp_ram.gbb)
are in the same directory as the executable
- If you have Nalimov tablebases, load them using the
following command line option:
--tb nalimov 8M /path/to/tablebases
Troubleshooting:
- The 64-bit binary assumes that your CPU supports the POPCNT instruction.
If you have an older CPU (from 2010 or earlier), you can use the
non-POPCNT version instead.
For questions:
- mailto: philipp.classen [at] gmx.net
- or: michael.classen [at] gmx.net
authors: Michael Claßen, Philipp Claßen
impressum
Last modified: Thu Oct 27 13:56:51 CET 2014