caffe在ubuntu12.04上的安装及配置

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


try:

32-bit: sudo ldconfig /usr/local/cuda/lib

64-bit: sudo ldconfig /usr/local/cuda/lib64

cheers



你可能感兴趣的:(CUDA,caffe,MKL)