From: joergoster Date: Sat, 30 Apr 2016 08:56:00 +0000 (+0200) Subject: Fix LazySMP when searching to a fixed depth. X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=dc0030de4fdece2851dd0072c9aea53695ed90ce;hp=dc0030de4fdece2851dd0072c9aea53695ed90ce Fix LazySMP when searching to a fixed depth. Currently, helper threads will only search up to the specified depth limit. Now let them search until the main thread has finished the specified depth. On the other hand, we don't want to pick a thread with a higher search depth. This may be considered cheating. ;-) No functional change. ---