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

cannot launch Julia after installing MKL.jl #6

Closed
JianghuiDu opened this issue Apr 5, 2019 · 9 comments
Closed

cannot launch Julia after installing MKL.jl #6

JianghuiDu opened this issue Apr 5, 2019 · 9 comments

Comments

@JianghuiDu
Copy link

Windows 10. Julia v.1.1.0. Just added MKL.jl. All seems successful during installation but after that Julia crashed and cannot be launched anymore.

@JianghuiDu
Copy link
Author

Tried again, here is the error after installation

julia> using MKL
[ Info: Precompiling MKL [33e6dc65-8f57-5167-99aa-e5a354878fb2]
Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
ERROR: Failed to precompile MKL [33e6dc65-8f57-5167-99aa-e5a354878fb2] to C:\Users\JD\.julia\compiled\v1.1\MKL\tDGGv.ji.

@andreasnoack
Copy link
Member

Thanks for reporting. I can confirm the issue with Julia 1.1. I used to work with Julia 1.0.2 and I'm now testing it again with 1.0.3.

@andreasnoack
Copy link
Member

@staticfloat Any idea what could have happened here? I had this working locally on 1.0.2 and AppVeyor passed two months ago with 1.0.3. I can now reproduce this locally with 1.0.2, 1.0.3, and 1.1. What could have changed?

@staticfloat
Copy link
Member

Can you run inside of gdb or lldb and tell me where it's crashing?

@andreasnoack
Copy link
Member

I managed to get a gdb but I doubt the result is useful

Starting program: /c/Users/andre/AppData/Local/Julia-1.1.0/bin/julia.exe
[New Thread 5324.0x1804]
[New Thread 5324.0x1560]
[New Thread 5324.0x196c]
[New Thread 5324.0xdd4]
[New Thread 5324.0x1404]
[New Thread 5324.0x820]
Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
[Thread 5324.0x1404 exited with code 2]
[Thread 5324.0x820 exited with code 2]
[Thread 5324.0xdd4 exited with code 2]
[Thread 5324.0x196c exited with code 2]
[Inferior 1 (process 5324) exited with code 02]
(gdb) bt
No stack.

@staticfloat
Copy link
Member

Is this only happening on Windows?

@andreasnoack
Copy link
Member

Yes. It works on Mac and Linux.

@ZenanH
Copy link

ZenanH commented Jul 1, 2019

I encountered the same problem in Julia 1.1.1 (Windows 10). How can I solve this problem?😭

@KristofferC
Copy link
Contributor

See the README:

It is not possible to revert the effect of install MKL.jl. To return to OpenBLAS, it is necessary to reinstall Julia.

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

5 participants