Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Macbook #26

Closed
azev77 opened this issue Jan 19, 2020 · 5 comments
Closed

Not working on Macbook #26

azev77 opened this issue Jan 19, 2020 · 5 comments

Comments

@azev77
Copy link

azev77 commented Jan 19, 2020

I followed all the readme instructions:

] add https://github.com/JuliaComputing/MKL.jl
] build MKL
using LinearAlgebra
BLAS.vendor()

I got
:openblas64

@andreasnoack
Copy link
Member

Do you get the same after restarting Julia?

@azev77
Copy link
Author

azev77 commented Jan 19, 2020

It works now. Not after the first time restarting Julia though. I restarted a couple times &

using LinearAlgebra
LinearAlgebra.BLAS.set_num_threads(8)
BLAS.vendor()

@andreasnoack
Copy link
Member

Good to hear that it works. Are you using Juno by any chance?

@azev77
Copy link
Author

azev77 commented Jan 19, 2020

Yes I am

@andreasnoack
Copy link
Member

Juno keeps an extra Julia process running idle to make it faster to restart the REPL. That can be a bit confusing when you've changed something in your setup since the first "new" Julia process after the restart might have been launched before the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants