error while loading shared libraries: libmkl_rt.so: cannot open shared object file: No such file or directory。
find /* -name "libmkl_rt.so" 找到该文件所在的目录
# cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
# echo "/opt/intel/mkl/lib/intel64/" >> /etc/ld.so.conf
# ldconfig