Message boards :
Number crunching :
GPU Error
Message board moderation
Author | Message |
---|---|
Send message Joined: 6 Jun 18 Posts: 3 Credit: 6,536,484 RAC: 425 ![]() |
"NumberFields@home: Notice from server NVIDIA GPU: Upgrade to the latest driver to process tasks using your computer's GPU" I already am using the latest driver for my distribution (Linux Mint 19) |
![]() Send message Joined: 8 Jul 11 Posts: 1255 Credit: 316,132,785 RAC: 250,621 ![]() ![]() ![]() |
It sounds like you have an older graphics card that doesn't support the newer 418.39 Nvidia driver. Either the OpenCL app will fix this or I will need to build from an older SDK. Bear with me... |
Send message Joined: 6 Jun 18 Posts: 3 Credit: 6,536,484 RAC: 425 ![]() |
GTX 1060, only a couple of months old, running proprietary driver 390.116, the latest in the repositories. Thanks for your "insight". |
Send message Joined: 1 Feb 17 Posts: 23 Credit: 48,044,734 RAC: 66,378 ![]() ![]() ![]() |
GTX 1060, only a couple of months old, running proprietary driver 390.116, the latest in the repositories. Thanks for your "insight". You need at least 418, which are in the nvidia PPA. sudo add-apt-repository ppa:graphics-drivers/ppa update and it will be available in drivers. |
Send message Joined: 17 Sep 18 Posts: 18 Credit: 500,247 RAC: 0 ![]() |
Even same drivers and libraries here. So it's ment to do on kepler, but here NOT. Is it nessecary to install the Cuda 10.1 SDK ? |
![]() Send message Joined: 8 Jul 11 Posts: 1255 Credit: 316,132,785 RAC: 250,621 ![]() ![]() ![]() |
Even same drivers and libraries here. So it's ment to do on kepler, You shouldn't have to install the SDK. You have a GTX 670 (compute capability 3.0) so you should be good. I'm not sure what the problem is. Did the event log give any clues? |
Send message Joined: 17 Sep 18 Posts: 18 Credit: 500,247 RAC: 0 ![]() |
nope, only the task report says: Now starting the targeted Martinet search: Error code 700: an illegal memory access was encountered file polDiscTest_gpuCuda.cu line 415. |
Send message Joined: 1 Feb 17 Posts: 23 Credit: 48,044,734 RAC: 66,378 ![]() ![]() ![]() |
nope, only the task report says: I had a couple of those as well. Lowered my OC a bit and it went away. |
Send message Joined: 17 Sep 18 Posts: 18 Credit: 500,247 RAC: 0 ![]() |
what a pitty, stock bios and clocks. Guessed here: As root no write permissions were set on the /var/lib/boinc-client/ folder. Still checking it...it wasn't. edit: OK i got not any clue. |
![]() Send message Joined: 8 Jul 11 Posts: 1255 Credit: 316,132,785 RAC: 250,621 ![]() ![]() ![]() |
what a pitty, stock bios and clocks. I have no clue either. It seems like it might be a bad build for that compute capability. When I get a chance later I will check if there are any other failures for cc3.0 |
Send message Joined: 17 Sep 18 Posts: 18 Credit: 500,247 RAC: 0 ![]() |
ok, there are unrepaired dependencies to "libcuda.5.x-6.x" libraries. Can't exclude them... Can't add this DEB Package: nvidia-opencl-icd_418.43-1_amd64.deb The Packet-Manager won't install it (without any error). |
Send message Joined: 17 Sep 18 Posts: 18 Credit: 500,247 RAC: 0 ![]() |
btw There is something tricky by encoding programm codes like C++. I've noteiced that at copy&paste there will be a "^M" added in text when copied in Windows 10. Lucky ones... |
Send message Joined: 17 Sep 18 Posts: 18 Credit: 500,247 RAC: 0 ![]() |
lol, the first ELEVEN points crunched by MY GPU. |
Send message Joined: 1 Feb 17 Posts: 23 Credit: 48,044,734 RAC: 66,378 ![]() ![]() ![]() |
Ha well it only ran for 1 second and credit is a function of time and FLOPs. |
Send message Joined: 17 Sep 18 Posts: 18 Credit: 500,247 RAC: 0 ![]() |
ok, system log shows : API 7.5 will be used for the app. Mean that, that CUDA 7.5 will be used ? |
![]() Send message Joined: 8 Jul 11 Posts: 1255 Credit: 316,132,785 RAC: 250,621 ![]() ![]() ![]() |
ok, there are unrepaired dependencies to "libcuda.5.x-6.x" libraries. Could the problem be the cuda version? I left that out of the plan class. |
![]() Send message Joined: 8 Jul 11 Posts: 1255 Credit: 316,132,785 RAC: 250,621 ![]() ![]() ![]() |
ok, system log shows : API 7.5 will be used for the app. The app was built with cuda version 10.1 I believe. |
Send message Joined: 17 Sep 18 Posts: 18 Credit: 500,247 RAC: 0 ![]() |
ok, see no quick way to install cuda 10.1 , version 9.1 is latest on Ubuntu 18.10. ok, i'll try to install then Cuda 8 , very later this evening, maybe tomorrow and see. |
Send message Joined: 1 Feb 17 Posts: 23 Credit: 48,044,734 RAC: 66,378 ![]() ![]() ![]() |
ok, see no quick way to install cuda 10.1 , version 9.1 is latest on Ubuntu 18.10. Driver 418 is available if you add the nvidia repository. |
![]() Send message Joined: 8 Jul 11 Posts: 1255 Credit: 316,132,785 RAC: 250,621 ![]() ![]() ![]() |
When I installed the 10.1 SDK, it also installed Cuda 10.1.105 automatically. I can only assume this is the version that is used when compiling. According to Nvidia's website, the 10.1 SDK is supported on Ubuntu 18.10. If nothing else works and you get desperate enough, you could install the 10.1 SDK and you should automatically pick up all the required drivers and cuda versions. |