cxxnet icon indicating copy to clipboard operation
cxxnet copied to clipboard

Information about config.mk

Open grgsolymosi opened this issue 10 years ago • 4 comments

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>

grgsolymosi avatar Jun 09 '15 23:06 grgsolymosi

 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. :)

superzrx avatar Jun 10 '15 06:06 superzrx

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 :))

grgsolymosi avatar Jun 10 '15 08:06 grgsolymosi

You can use openblas. Install openblas, then set USE_BLAS=openblas

antinucleon avatar Jun 11 '15 19:06 antinucleon

Intel MKL provides 30 days free trial period.

superzrx avatar Jun 19 '15 03:06 superzrx