在ubuntu14.04,64位下面,遇到下面两个问题:
1、error while loading shared libraries: libmkl_rt.so: cannot open shared object file: No such file or directory
解决方法:/etc/ld.so.conf.d/ 文件夹下增加了一个文件命名为intel_mkl_settings.conf。 然后在里面添加MKL库路径
/opt/intel/mkl/lib/intel64
2、error while loading shared libraries: libcudart.so.5.5: cannot open shared object file: No such file or directory
解决方法:
32-bit: sudo
ldconfig /usr/local/cuda/lib
64-bit: sudo
ldconfig /usr/local/cuda/lib64