.......
[==========] 2081 tests from 277 test cases ran. (324463 ms total)
[ PASSED ] 2081 tests.
i have make runtest,as it is showed above,the runtest have passed.But when i try to run mnist example,the error happened as below:
``:~/caffe$ sudo sh ./examples/mnist/create_mnist.sh
Creating lmdb...
build/examples/mnist/convert_mnist_data.bin: error while loading shared libraries: libcudart.so.8.0: cannot open shared object file: No such file or directory
many people said i should add the path in the bashrc document,and i have added as below:
export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:$LD_LIBRARY_PATH
export PATH=/usr/local/cuda-8.0/bin:$PATH
export PATH
but i try again,the error happened again.i do not know what i did wrong,if anyone know,please tell me what i should do,thanks in advance.