It's possible the ILP64 symbol renaming may have broken this, but the fact that the rest of the computational functionality seems to be working means that would surprise me a little.
On Friday, March 6, 2015 at 7:40:05 PM UTC-8, Pontus Stenetorp wrote: > On 7 March 2015 at 01:57, Steven G. Johnson <steve...@gmail.com > <javascript:>> 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 > >