cxxnet
cxxnet copied to clipboard
Information about config.mk
Can I get any information or guide regarding the makefile config options like USE_STATIC_MKL = NONE USE_BLAS = mkl or any other one? I am quite confused during the installation how could I handle the issues like: ./mshadow/mshadow/./base.h:101:19: fatal error: mkl.h: No such file or directory #include <mkl.h>
42 USE_STATIC_MKL = NONE
43 USE_BLAS = mkl
44 #
45 # add path to intel libary, you may need it
46 # for MKL, if you did not add the path to enviroment variable
47 #
48 USE_INTEL_PATH = /d/runtime/intel
The path to MKL is defined by USE_INTEL_PATH May it helps. :)
Thank you, but I have neither such Intel directory and nor mkl. What could be the problem? I have not installed some component or perhaps i need to buy Intel's mkl for $399? :) (I hope I don't have to :))
You can use openblas. Install openblas, then set USE_BLAS=openblas
Intel MKL provides 30 days free trial period.