Page 1 of 1

stockfish uci commands in polyglot

Posted: Mon Feb 16, 2015 1:57 pm
by skoony
hi all,
i'm using stockfish wit polyglot.
what is the .ini command to set
the engine to the amount of cores
you want it to use?

thanks and regards,
mike

Re: stockfish uci commands in polyglot

Posted: Mon Feb 16, 2015 3:06 pm
by hgm
Usually the GUI would set the number of cores, irrespective of what is in the ini file. Are you using Polyglot from the command line, that you cannot set it through the GUI?

Re: stockfish uci commands in polyglot

Posted: Mon Feb 16, 2015 3:28 pm
by skoony
i a using winboard x with winboard 4.2.7.
regards
ike

Re: stockfish uci commands in polyglot

Posted: Mon Feb 16, 2015 3:52 pm
by Isaac
skoony wrote:hi all,
i'm using stockfish wit polyglot.
what is the .ini command to set
the engine to the amount of cores
you want it to use?

thanks and regards,
mike

Code: Select all

Threads=n
where n is the number of threads you want to set, if I remember well.

Re: stockfish uci commands in polyglot

Posted: Mon Feb 16, 2015 4:18 pm
by skoony
Isaac wrote:
skoony wrote:hi all,
i'm using stockfish wit polyglot.
what is the .ini command to set
the engine to the amount of cores
you want it to use?

thanks and regards,
mike

Code: Select all

Threads=n
where n is the number of threads you want to set, if I remember well.
works,thanks.
mike