We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2c693 commit cb73296Copy full SHA for cb73296
stdlib/OpenBLAS_jll/src/OpenBLAS_jll.jl
@@ -47,7 +47,7 @@ function __init__()
47
!haskey(ENV, "OMP_NUM_THREADS")
48
# We set this to `1` here, and then LinearAlgebra will update
49
# to the true value in its `__init__()` function.
50
- ENV["OPENBLAS_NUM_THREADS"] = "1"
+ ENV["OPENBLAS_DEFAULT_NUM_THREADS"] = "1"
51
end
52
53
global libopenblas_handle = dlopen(libopenblas)
0 commit comments