I'm trying to match my own engine with gnuchess via xboard.
For that I run:
- Code: Select all
xboard -fcp my_program.sh -scp /usr/games/gnuchess -xponder
But as soon as the match starts, gnuchess starts to use 100% cpu!
I tried adding '-e' to the gnuchess commandline but that didn't help.
Any ideas?
(gnuchess 6.0.2 and xboard 4.6.2)