Hello.
I am trying to get CUDA to work on an i3, NVIDIA GEFORCE 570.
I did follow the installations manual.
here’s the deviceQuery output, along with some settings:
[i][root@Fedora release]# ./deviceQuery
[deviceQuery] starting…
./deviceQuery Starting…
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 35
→ CUDA driver version is insufficient for CUDA runtime version
[deviceQuery] test results…
FAILED
exiting in 3 seconds: 3…2…1…done!
[root@Fedora release]# echo $LD_LIBRARY_PATH
/usr/local/cuda/lib64:
[root@Fedora release]# ls /usr/local/cuda/lib64
libcublas.so libcufft.so libcurand.so libnpp.so
libcublas.so.4 libcufft.so.4 libcurand.so.4 libnpp.so.4
libcublas.so.4.1.28 libcufft.so.4.1.28 libcurand.so.4.1.28 libnpp.so.4.1.28
libcudart.so libcuinj.so libcusparse.so
libcudart.so.4 libcuinj.so.4 libcusparse.so.4
libcudart.so.4.1.28 libcuinj.so.4.1.28 libcusparse.so.4.1.28
[root@Fedora release]# uname -a
Linux Fedora 2.6.43.5-2.fc15.x86_64 #1 SMP Tue May 8 11:09:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
[/i]
Thanks