![]() |
![]() |
#1 |
Jul 2020
148 Posts |
![]()
I want to compile and run mfaktc 0.21 on my Arch Linux laptop. This has worked well until a few months ago, but now it doesn't, likely because of some upgrade which I didn't pay attention to....
I have a GeForce GTX 950M. It is only capable of doing around 130GHz days per day of factoring. Compute Capability is 5.0, the card is supported by CUDA toolkit 6.0-11.0. I have installed cuda package 11.0 from the Arch Linux official repository. I uncommented this line in the Makefile. Code:
NVCCFLAGS += --generate-code arch=compute_50,code=sm_50 # CC 5.x GPUs will use this code Code:
CUDA version info binary compiled for CUDA 11.0 CUDA runtime version 32.66 CUDA driver version 11.0 ERROR: CUDA runtime version must match the CUDA toolkit version used during compile! |
![]() |
![]() |
![]() |
#2 |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
22·1,259 Posts |
![]()
Check the runtime is present with permissions set to allow access and the runtime's version matches the binary's version. When there's an issue it will give gibberish for version number.
Similar to Code:
CUDA version info binary compiled for CUDA 8.0 CUDA runtime version 8.0 CUDA driver version 9.20 Last fiddled with by kriesel on 2020-08-17 at 15:53 |
![]() |
![]() |
![]() |
#3 |
Jul 2020
22×3 Posts |
![]()
Ok, so this was totally stupid, sorry for asking in the first place: I recently had to put kernel updates on hold because of some unrelated regression. This prevented the nvidia driver from loading and therefore, it didn't work. It was the gibberish version number which got me baffled and made me not look into the obvious things.
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
mfaktc: a CUDA program for Mersenne prefactoring | TheJudger | GPU Computing | 3492 | 2021-03-24 14:09 |
gr-mfaktc: a CUDA program for generalized repunits prefactoring | MrRepunit | GPU Computing | 32 | 2020-11-11 19:56 |
"CUDA runtime version 0.0" when running mfaktc.exe | froderik | GPU Computing | 4 | 2016-10-30 15:29 |
Is Moore's Law wrong, or is it wrong-headed (6th time around) | jasong | jasong | 12 | 2016-05-27 11:01 |
ECM Runtime and F20 | D. B. Staple | Factoring | 11 | 2007-12-12 16:52 |