On 7 March 2015 at 01:57, Steven G. Johnson <[email protected]> wrote: > > Is there any reason why blas_set_num_threads(1) would not be sufficient to > disable additional cores?
Given the code [1], I would say no. I do however always have `export
OPENBLAS_NUM_THREADS=1` in my `.bashrc`, since I tend to work with
small matrices.
Pontus
[1]:
https://github.com/JuliaLang/julia/blob/cb09d285e0f8dcfc1d34e963bf8ddb35c2b5679c/base/util.jl#L138-L153
