Displaying 1 result from an estimated 1 matches for "lmkl_xx".
Did you mean:
lmkl_rt
2008 May 27
3
MKL Patch
...e is:
bash autogen.sh && CFLAGS="-O2 -g -I/opt/intel/mkl/10.0.3.020/include/"
LDFLAGS="-L/opt/intel/mkl/10.0.3.020/lib/em64t -lmkl_intel_lp64
-lmkl_sequential -lmkl_core -lm" ./configure --with-intel-mkl
If you use the intel compiler, you can replace all of the '-lmkl_xx'
with a single '-lmkl', and if you want threaded support, replace
mkl_sequential with mkl_gnu_thread. If there are anyone from Intel
reading this list: Fix your build environments; it's currently way too
hard to use your fancy tools in a generic package.
-------------- next par...