Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

MKL libary on AMD laptop

csv610
Beginner
716 Views
Hi,

I installed MKL on my AMD based laptop, ( DV9308nr) , but while linking the libraries I get blas errors.
I used the following:


MKL_DIR = /opt/intel/mkl/10.2.2.025/lib/em64t
BLASLIB = $(MKL_DIR)/libmkl_blacs_lp64.a -lpthread

but I get errors while compiling the code, it says that blas functions unavailable. can someone help ?

csv


0 Kudos
2 Replies
ArturGuzik
Valued Contributor I
716 Views
Quoting - csv610
Hi,

I installed MKL on my AMD based laptop, ( DV9308nr) , but while linking the libraries I get blas errors.
I used the following:


MKL_DIR = /opt/intel/mkl/10.2.2.025/lib/em64t
BLASLIB = $(MKL_DIR)/libmkl_blacs_lp64.a -lpthread

but I get errors while compiling the code, it says that blas functions unavailable. can someone help ?

csv


Is this your entire makefile? What exactly error do you get?

A.
0 Kudos
Gennady_F_Intel
Moderator
716 Views
Quoting - csv610
Hi,

I installed MKL on my AMD based laptop, ( DV9308nr) , but while linking the libraries I get blas errors.
I used the following:


MKL_DIR = /opt/intel/mkl/10.2.2.025/lib/em64t
BLASLIB = $(MKL_DIR)/libmkl_blacs_lp64.a -lpthread

but I get errors while compiling the code, it says that blas functions unavailable. can someone help ?

csv



csv,
probably the shortest way to eliminate the problem you encountered - to use MKL Linker Adviser : http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/.
--Gennady
0 Kudos
Reply