Message boards : Graphics cards (GPUs) : >>Can't load library libcudart
Author | Message |
---|---|
When Boinc starts i get message "Can't load library libcudart" and "No coprocessors". I use Ubuntu Intrepid 64-bit, nVidia driver 177.82, Boinc 6.4.5 and my graphic card is GeForce 8400M GS. What can I do to run GPUGrid on my machine? | |
ID: 4892 | Rating: 0 | rate: / Reply Quote | |
When Boinc starts i get message "Can't load library libcudart" and "No coprocessors". I use Ubuntu Intrepid 64-bit, nVidia driver 177.82, Boinc 6.4.5 and my graphic card is GeForce 8400M GS. What can I do to run GPUGrid on my machine? I have the same issue with the exception my card is a 9600GSO. I started an identical box several days ago and after repeated tries finally got it to work. I have tried this second box all day without success. More google, I guess:( mike | |
ID: 4895 | Rating: 0 | rate: / Reply Quote | |
Don't know much about the joys of installing under Linux.. but I remember reading something about manually placing this "libcudart" somewhere. Maybe searching this forum yields more information. | |
ID: 4897 | Rating: 0 | rate: / Reply Quote | |
wget http://boinc.berkeley.edu/dl/boinc_6.4.5_x86_64-pc-linux-gnu.sh | |
ID: 4920 | Rating: 0 | rate: / Reply Quote | |
All this should not be necessary. | |
ID: 4928 | Rating: 0 | rate: / Reply Quote | |
thanks, your advise works for me and now boinc can use libcudart.so. | |
ID: 4958 | Rating: 0 | rate: / Reply Quote | |
So you installed BOINC from a .deb package? Which user runs BOINC, is it the boinc user that was created during the install? Then you need to add him to the group video, otherwise he is not allowed to access the video card. | |
ID: 4984 | Rating: 0 | rate: / Reply Quote | |
The concept of copying worked for me. user@host:/var/lib/boinc-client$ sudo ln -s /usr/local/cuda/lib/libcudart.so libcudart.so then sudo /etc/init.d/boinc-client restart and I get: Sun 11 Jan 2009 11:43:57 AM CET||CUDA devices found *Cheers* | |
ID: 5492 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : >>Can't load library libcudart