Hello,
I would just like to install the Intel MKL for Linux.
I run the installer then copy the MKL files to the matlab directory (cp /opt/intel/mkl/#ver/lib/32/* /usr/local/matlab#ver/bin/glnx86/) but i can't figure out how to tell MatLab to use the relevant .so file by either changing the BLAS_VERSION variable or editing $MATLAB/bin/glnx86/blas.spec".
When i did either of this 2 methods indicating:
- the libmkl_p4p.so library (i have a intel core 2 CPU) i get the following error:
libmwlapack: load error:
/usr/local/matlabR2007a/bin/glnx86/libmkl_p4p.so: undefined symbol:i_free
- the libmkl_lapack.so library, this one:
libmwlapack: load error:/usr/local/matlabR2007a/bin/glnx86/libmkl_lapack.so: undefined symbol:__mkl_cfg_file_readed_extern
- the libmkl.so library, this one:
libmwlapack: load error:/usr/local/matlabR2007a/bin/glnx86/libmkl.so: invalid ELF header
My system specifications are:
- Intel Core 2 CPU (E6400 @ 2.13Ghz)
- Ubuntu Linux 8.04 (Hardy) Kernel 2.6.24.19-generic
- Matlab Student version R2007a (7.4.0.4078)
- Intel MKL 10.0.4.023
I'd be very grateful if you could help me setting up the Intel MKL with Matlab.
Best wishes,
Michael