This commit is contained in:
TiborGY 2024-09-29 02:56:42 +05:30 committed by GitHub
commit e8d27ffc5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -262,6 +262,12 @@ Please note that it is not possible to combine support for different architectur
Statically link with `libopenblas.a` or dynamically link with `-lopenblas` if OpenBLAS was
compiled as a shared library.
### Notes on parallelism
There are a number of compile time options that alter the way OpenBLAS handles parallelism.
Calling a BLAS or LAPACK subroutine from a multithreaded region requires some special consideration.
Please see the wiki page on parallelism for more details. <TODO>
### Setting the number of threads using environment variables
Environment variables are used to specify a maximum number of threads.