1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Fix a multiPV bug in lazy SMP

Where the helper threads were not doing multiPV at all.

Regression tested sprt @ 5+0.05 th 7

LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 73918 W: 11891 L: 11853 D: 50174

bench: 8716243
This commit is contained in:
mstembera 2016-04-28 12:13:32 -07:00 committed by Marco Costalba
parent 16c603ce9b
commit 0784bd542b

View file

@ -507,7 +507,7 @@ void Thread::search() {
std::stable_sort(rootMoves.begin(), rootMoves.begin() + PVIdx + 1);
if (!mainThread)
break;
continue;
if (Signals.stop)
sync_cout << "info nodes " << Threads.nodes_searched()