1
0
Fork 0

Merge pull request #3789 from vondele/fixNodeCount

[cluster] fix node count in bench command
cluster
Joost VandeVondele 2021-11-13 17:17:17 +01:00 committed by GitHub
commit 80eae02603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ namespace {
{
go(pos, is, states);
Threads.main()->wait_for_search_finished();
nodes += Threads.nodes_searched();
nodes += Cluster::nodes_searched();
}
else if (Cluster::is_root())
trace_eval(pos);