]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.cpp
Merge branch 'master' into clusterMergeMaster12
[stockfish] / src / syzygy / tbprobe.cpp
index 5cfd38e5577feb8087eb37eff4d3458b92dee1de..5d8f4106a4b030547d59593ed50ba43396ab6aeb 100644 (file)
@@ -29,6 +29,7 @@
 #include <mutex>
 
 #include "../bitboard.h"
+#include "../cluster.h"
 #include "../movegen.h"
 #include "../position.h"
 #include "../search.h"
@@ -1403,7 +1404,8 @@ void Tablebases::init(const std::string& paths) {
         }
     }
 
-    sync_cout << "info string Found " << TBTables.size() << " tablebases" << sync_endl;
+    if (Cluster::is_root())
+        sync_cout << "info string Found " << TBTables.size() << " tablebases" << sync_endl;
 }
 
 // Probe the WDL table for a particular position.