Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classic Ara 0.9.9 threads use #170

Open
CPagador opened this issue Mar 2, 2022 · 1 comment
Open

Classic Ara 0.9.9 threads use #170

CPagador opened this issue Mar 2, 2022 · 1 comment
Labels
question Further information is requested

Comments

@CPagador
Copy link

CPagador commented Mar 2, 2022

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

@QueensGambit
Copy link
Owner

Hello @CPagador ,
you can set Threads Child_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.

@QueensGambit QueensGambit added the question Further information is requested label Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants