Commit 12da794
committed
[LinearAlgebra] Initialise number of BLAS threads with
This is a safer estimate than `Sys.CPU_THREADS` to avoid oversubscribing the
machine when running distributed applications, or when the Julia process is
constrained by external controls (`taskset`, `cgroups`, etc.).uv_available_parallelism
1 parent 58c7186 commit 12da794
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
846 | | - | |
| 846 | + | |
847 | 847 | | |
848 | | - | |
| 848 | + | |
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
| |||
0 commit comments