search for: rpmnetwork

Displaying 4 results from an estimated 4 matches for "rpmnetwork".

2017 Sep 26
7
Semi-OT: hardware: NVidia proprietary driver, C7.4
This is really frustrating. I've got a server with two K20c Tesla cards. I need to use the proprietary drivers to use the CUDA toolkit. Btw, I had no trouble at all with building for CentOS 7.3 I have what NVidia claims is the correct driver package, a 340 series. It appears to build, but then fails to load. The only error I see is "no such device", which makes no sense to me, esp.
2017 Sep 26
0
Semi-OT: hardware: NVidia proprietary driver, C7.4
...that > Error: Driver 'nvidia' is already registered, aborting... > Have you tried installing the toolkit from nVidia's own repository: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=CentOS&target_version=7&target_type=rpmnetwork That includes the kernel drivers as far as I can remember. P.
2017 Oct 06
0
CUDA tools?
...o for CUDA. It seems to work OK and you don't need to compile anything as far as I can see. Sorry if you already know this, but you can get it from https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=CentOS&target_version=7&target_type=rpmnetwork sorry for the long URL - if you want go to https://developer.nvidia.com/cuda-downloads and click through the selections. Ultimately you just do a 'yum install cuda' and it installs everything you need for a CUDA development environment including the kernel drivers - and it's kept...
2017 Oct 05
4
CUDA tools?
vychytraly . wrote: > On Thu, Oct 5, 2017 at 9:51 PM, <m.roth at 5-cent.us> wrote: >> >> So, kmod-nvidia installed. Trouble is, I have no tool to test it. And my >> user might need nvcc, which, of course, is only provided by the NVidia >> CUDA, which won't install, because it conflicts with kmod-nvidia. >> >> Has *anyone* dealt with this? If so,