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

Could't find mkl.h #36

Open
Joyrocky opened this issue May 4, 2021 · 2 comments
Open

Could't find mkl.h #36

Joyrocky opened this issue May 4, 2021 · 2 comments

Comments

@Joyrocky
Copy link

Joyrocky commented May 4, 2021

image
I just followed the docker instructions and built, ran it; however, I coundn't found the /opt/intel or MKL installed in my server, mybe it installed in my docker, but how could I find the path to change the makefile. Could you please give me some suggestions,thx!

@Hanjun-Dai
Copy link
Owner

sorry the code relies on MKL to run, you may double check your intel package installation or just install a new one

@anirudhgha
Copy link

anirudhgha commented Nov 15, 2021

I had the same issue, I've been able to get past this error by explicitly linking the mkl.h file in make_common by modifying the CXXFLAGS line to

CXXFLAGS += -Wall -O3 -std=c++11 -I/opt/intel/oneapi/mkl/2021.4.0/include

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

3 participants