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
stockfish uci commands in polyglot
Moderators: bob, hgm, Harvey Williamson
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
stockfish uci commands in polyglot
by the time i get there,i'll be there.
- hgm
- Posts: 23772
- Joined: Fri Mar 10, 2006 9:06 am
- Location: Amsterdam
- Full name: H G Muller
- Contact:
Re: stockfish uci commands in polyglot
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
i a using winboard x with winboard 4.2.7.
regards
ike
regards
ike
by the time i get there,i'll be there.
Re: stockfish uci commands in polyglot
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
Re: stockfish uci commands in polyglot
works,thanks.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,
mikewhere n is the number of threads you want to set, if I remember well.Code: Select all
Threads=n
mike
by the time i get there,i'll be there.