Closed GoogleCodeExporter closed 9 years ago
hi,
did you add first CUDA drivers ???
and Nvidia drivers, not the Ubuntu drivers but the real one ?
;)
Laurent W.
Original comment by laurent....@gmail.com
on 27 Jun 2011 at 8:06
There are numerous posts about this. The driver and it's libraries are usually
installed to /usr/lib[64]/nvidia. You need to either symlink libcuda.so to
/usr/lib[64] or add /usr/lib[64]/nvidia to the linker's search path.
Original comment by lukas.l...@gmail.com
on 28 Jun 2011 at 7:16
Issue 334 has been merged into this issue.
Original comment by lukas.l...@gmail.com
on 7 Jul 2011 at 8:11
[deleted comment]
1) Install latest nvidia drivers and cuda toolkit.
2) Download latest version of pyrit from svn
3) Configure variables
add this to ~/.bashrc :
export PATH="<CUDA_INSTALL_PATH>/:$PATH"
export LD_LIBRARY_PATH="<CUDA_INSTALL_PATH>/lib"
export CUDA_INSTALL_PATH="<CUDA_INSTALL_PATH>/"
4) Run in terminal:
sudo ln -s /usr/lib/nvidia-current/libcuda.so /usr/lib/libcuda.so
I hope this helps you.
Original comment by miropeace
on 3 Feb 2012 at 6:07
Original issue reported on code.google.com by
develope...@googlemail.com
on 27 Jun 2011 at 7:52