Page 1 of 1

disable pondering

PostPosted: 02 Jul 2012, 21:18
by Folkert van Heusden
Hi,

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)

Re: disable pondering

PostPosted: 05 Jul 2012, 19:36
by jdart
Should work. I think -xponder is unnecessary because the default is ponder off. You can use -debugMode true to verify that xboard is sending the "easy" command to the engine.

Don't know about 6.x but I have used Gnuchess 5.07 successfully and it is well behaved.

--Jon

Re: disable pondering

PostPosted: 05 Jul 2012, 19:55
by H.G.Muller
Yes, but GNU Chess 6 is completely unrelated to 5.07. It is a Fruit 2.1 clone which runs Polyglot internally.