graphnn
graphnn copied to clipboard
Could't find mkl.h
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!
sorry the code relies on MKL to run, you may double check your intel package installation or just install a new one
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