]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
NUMA for 9 threads or more
[stockfish] / src / thread.cpp
index ed7c5f336fe2c2efb1ba44874b97f8f23bd2fc73..42c259685e4620da901778bce753d73cb723f1fa 100644 (file)
@@ -98,7 +98,7 @@ void Thread::idle_loop() {
   // some Windows NUMA hardware, for instance in fishtest. To make it simple,
   // just check if running threads are below a threshold, in this case all this
   // NUMA machinery is not needed.
-  if (Options["Threads"] >= 8)
+  if (Options["Threads"] > 8)
       WinProcGroup::bindThisThread(idx);
 
   while (true)