You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to know if it is possible to use the engine with only one thread. I tested it in standard chess against other engine, but it uses at least 6 threads. The GUI is Winboard, all engines are set to 1 thread, 64 mb of hash, under Windows 10, 64 bits, CPU only.
Best,
Carlos
The text was updated successfully, but these errors were encountered:
Hello @CPagador ,
you can set ThreadsChild_Threads and Threads_NN_Inference to 1.
Then it will only use 1 thread for the search.
The UCI communication is currently written asynchronously and is running on a different thread.
Hi,
I'd like to know if it is possible to use the engine with only one thread. I tested it in standard chess against other engine, but it uses at least 6 threads. The GUI is Winboard, all engines are set to 1 thread, 64 mb of hash, under Windows 10, 64 bits, CPU only.
Best,
Carlos
The text was updated successfully, but these errors were encountered: