Skip to content

Issue with thread count selection

Choose a tag to compare

@joansaurina joansaurina released this 17 Feb 15:22
· 28 commits to main since this release

A bug was fixed where environment variables controlling thread usage were set after importing NumPy, causing the software to ignore the --threads parameter and use all available system cores.

By restructuring the import order, numerical libraries now correctly initialize their thread pools, respecting the user-specified limit.