Auriga is an open source distributed collaborative and multi platform system for the calculation of the function Perft.
1.1
The tree is divided into tasks, each task will be analyzed from a single machine (worker)
- Available for both Unix, Windows, Mac and ARM
- Works with UCI and xboard chess engines
- GPL 3 License
- C++ source
- Available PHP Web Site
Binaries are available here.
Auriga requires C++11 or greater, use unique Makefile to compile for many architectures:
$ make
Makefile for cross-compile Linux/Windows/OSX/ARM
make auriga64 [COMP=compiler]
make auriga32 [COMP=compiler]
make auriga-ARM [COMP=compiler]
g++ is the default compiler, add COMP=yourcompiler to use another compiler
example: make auriga64 COMP=clang++
Auriga is released under the GPLv3+ license.
Auriga was written by Giuseppe Cannella at gmail dot com and uses Cinnamon chess engine and ThreadPool