Page 2 of 2

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Tue Oct 13, 2020 4:56 am
by JohnChodera
@pannu: Would you be willing to be pulled into the core dev testing slack? If so, DM me your email address and we'll invite you to help track this down.

Thanks so much for bearing with us!

~ John Chodera // MSKCC

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Tue Oct 13, 2020 8:30 pm
by psaam0001
There is a Linux driver from NVidia, that is v450.80.02 that he can try updating to as a last result.... But let me do a quick Google search and post it in another reply, so perhaps we can sort this out together. I want to know if that is an NVidia driver or hardware generated error.

Paul

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Tue Oct 13, 2020 8:41 pm
by psaam0001
This is one result I found that was related to an AMD GPU with the same error message, on Github (see: https://github.com/FoldingAtHome/fah-issues/issues/1570).

So... this is looking like something the core development team may be able to sort out.

Paul

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Tue Oct 13, 2020 8:45 pm
by psaam0001
PantherX wrote:That's unexpected behavior (FahCore_22 fails to run on OpenCL even when -disable-cuda is used) so I have reported it. Let's see what happens :)
Try: --disable-cuda

Paul

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Tue Oct 13, 2020 8:49 pm
by Neil-B
iirc it has been posted elsewhere (by mod?) that both - and -- work ... but I guess worth a try?

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Wed Oct 14, 2020 7:29 am
by PantherX
Yep, these both will result in exactly the same behavior in Windows and Linux:
-disable-cuda
--disable-cuda

Fun fact, virtually all arguments (that I have used) for FahCore_XX supports single and double dashes. That has been true for many years :)

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Wed Oct 14, 2020 7:43 am
by psaam0001
I've seen them written both ways, but used the latter version temporarily till I got my NVidia carded legacy systems humming on Linux (Fedora 32).

BTW: Is there a method to update the NVidia drivers, w/o having to go back through the clean install process that I have been using in Fedora? Last time I used the RPM manager in Gnome, I lost the ability to fold w/the GPU.

Paul

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Wed Oct 14, 2020 7:44 am
by PantherX
I used the Additional Drivers to update drivers when I needed it: https://askubuntu.com/questions/47506/h ... al-drivers

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Wed Oct 14, 2020 5:43 pm
by psaam0001
Ok, I don't think that process will help me much as I am using Fedora (which is a Red Hat based distribution).

Thank you for your efforts though.

Paul

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Wed Oct 14, 2020 7:33 pm
by pannu
Commenting out that single line in /etc/Opencl/vendors/pocl.icd fixed it for me too. GPU is folding again (with CUDA). Github issue 1570 is likely on right track.

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Wed Oct 14, 2020 9:32 pm
by psaam0001
Happy to know I was able to put you on a good path to resolving this.

Paul

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Thu Oct 15, 2020 11:30 am
by goodyca
pannu wrote:Commenting out that single line in /etc/Opencl/vendors/pocl.icd fixed it for me too. GPU is folding again (with CUDA). Github issue 1570 is likely on right track.
This also got all three of my Fedora 32 with Nvidia GPU's back to folding. Thanks you for this posting.

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Tue Dec 01, 2020 5:12 am
by VAcharonD1
Sorry for the me too post, but I've had the same problem for quite some time, across kernels, drivers, and even full versions of Fedora. I ended up removing the pocl package because it didn't seem to have any dependencies I really need, now the GPU works.

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Wed Dec 02, 2020 6:34 am
by psaam0001
As I speak, I'm waiting for 1 GPU task to finish on my one Fedora 33 system, before I do the 'dnf update' process (as Admin from terminal). With all of the recent Linux dependency changes, I want to make sure I still have working OpenCL & Cuda support when I reboot.

Note: It will be around 2:50 AM/0750 GMT when I do this, so I'm prepared to make more coffee should it be needed.

Paul

Re: Nvidia GPU error INTERRUPTED (102 = 0x66)

Posted: Sun Jan 03, 2021 11:29 am
by hmvs
I am having the same issue with the latest Nvidia drivers. 1060 card on Ubuntu 20.04.1
upd: commenting line in /etc/OpenCL/vendors/pocl.icd helped.