1
0
Fork 0

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
pull/673/head^2
mstembera 2016-04-28 12:13:32 -07:00 committed by Marco Costalba
parent 16c603ce9b
commit 0784bd542b
1 changed files with 1 additions and 1 deletions

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()