libcudart.so.7.0: cannot open shared object file: No such file or directory

来源:互联网 发布:呼死你 淘宝上叫什么 编辑:程序博客网 时间:2024/05/16 14:28

echo $LD_LIBRARY_PATH
no cuda-7.0
But we have set it to /etc/profile.d/aaa.sh
vim /etc/ld.so.conf
add in a new line:
/usr/local/cuda-7.0/lib64
ldconfig
finish!

0 0