Intel® System Studio
Share information with other developers using Intel® System Studio.

libmkl_rt.so not found while profiling using Vtunes

Siddhesh_S_Intel
Employee
1,022 Views

Hi,

I am using MKL library in Caffe and profiling the same in Vtunes on Ubuntu 14.04 SKY-H. When I run the script in Caffe, it works perfectly but when I give the same script to Vtunes it gives me the below error message:

error while loading shared libraries: libmkl_rt.so: cannot open shared object file: No such file or directory

I have modified the .bashrc file to include the path to libmkl_rt.so as :

export LD_LIBRARY_PATH=/opt/intel/mkl/lib/intel64

Thanks,

Siddhesh

0 Kudos
1 Reply
Chi_C_Intel
Employee
1,022 Views

try

export LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2016.2.181/linux/mkl/lib/intel64:$LD_LIBRARY_PATH‌​


Replace "compilers_and_libraries_2016.2.181"  with whatever version you have. 

 

Sean Chi

0 Kudos
Reply