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

ENV["USE_INTEL_MKL"] switch to allow reverting back to OpenBLAS #59

Closed

Conversation

carstenbauer
Copy link
Member

See #58.

In this PR I introduce the option to switch back to using OpenBLAS for linear algebra operations. Specifically, if one sets ENV["USE_INTEL_MKL"] = false and then ] build MKL one gets back

julia> BLAS.vendor()
:openblas64

Since ENV["USE_BLAS64"] = false leads to an error when enabling OpenBLAS I ignore the user set value in this case (and always consider the 64 bit option).

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

Successfully merging this pull request may close these issues.

1 participant