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

Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so. #13

Open
capybaralet opened this issue Nov 1, 2016 · 3 comments
Open

Comments

@capybaralet
Copy link

Has anyone else had this problem when running the example code?

@mboratko
Copy link

mboratko commented Nov 5, 2016

Are you running the code under Anaconda? See BVLC/caffe#3884

@KaixiangLin
Copy link

http://stackoverflow.com/questions/36659453/intel-mkl-fatal-error-cannot-load-libmkl-avx2-so-or-libmkl-def-so

I have same problem on ubuntu, the answer above solve this.

@subhashree-r
Copy link

export LD_PRELOAD=/opt/intel/mkl/lib/intel64/libmkl_core.so:/opt/intel/mkl/lib/intel64/libmkl_sequential.so
This worked

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

4 participants