OpenBLAS icon indicating copy to clipboard operation
OpenBLAS copied to clipboard

Docs: OMP_NUM_THREADS also affects non-OpenMP builds

Open takluyver opened this issue 2 months ago • 0 comments

I had a brief bit of confusion because the docs suggested that OMP_NUM_THREADS would only affect OpenMP builds, when actually it's used as a fallback in non-OpenMP builds as well.

https://github.com/OpenMathLib/OpenBLAS/blob/3a9da520d57c220a8fb3cf4166e1e77d73936566/driver/others/init.c#L825-L834

takluyver avatar Nov 05 '25 17:11 takluyver