graphnn icon indicating copy to clipboard operation
graphnn copied to clipboard

Could't find mkl.h

Open Joyrocky opened this issue 4 years ago • 2 comments

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!

Joyrocky avatar May 04 '21 03:05 Joyrocky

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

Hanjun-Dai avatar May 12 '21 01:05 Hanjun-Dai

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

anirudhgha avatar Nov 15 '21 21:11 anirudhgha