naxsight.blogg.se

Ubuntu 16.04 install cuda 6.5
Ubuntu 16.04 install cuda 6.5













usr/local/cuda-6.5/include/host_config.h:82:2: error: #error - unsupported GNU version! gcc 4.9 and up are not supported! I finally got it installed, but now I constantly get variations of this error: In file included from /usr/local/cuda-6.5/include/cuda_runtime.h:59:0, I just spent a few hours trying to figure this out myself. usr/local/cuda/samples/1_Utilities/deviceQuery/deviceQuery

ubuntu 16.04 install cuda 6.5

If you see all of your cards listed, and the last line says "Result = PASS" you're good to go.

ubuntu 16.04 install cuda 6.5

This is used to verify cuda worksĬd /usr/local/cuda/samples/1_Utilities/deviceQuery & sudo make Reboot and test everything works sudo reboot Sudo apt-get -y install cuda-toolkit-6-5 # skip reading the entire agreement by pressing ctrl+cĮcho "export PATH=/usr/local/cuda-6.5/bin:$PATH" > ~/.bashrcĮcho "export LD_LIBRARY_PATH=/usr/local/cuda-6.5/lib64:$LD_LIBRARY_PATH" > ~/.bashrc Sudo nvidia-xconfig -a -cool-bits=28 -allow-empty-initial-configuration # flags enable OC and fan controls.

ubuntu 16.04 install cuda 6.5

Sudo echo 'GRUB_CMDLINE_LINUX="nomodeset"' > /etc/default/grub NVIDIA-Linux-x86_64-352.41.run -accept-license -no-questions -disable-nouveau -no-install-compat32-libs Get the appropriate driver download here. EDIT: I found a way! install dependencies sudo apt-get -y install gcc g++ build-essential automake linux-headers-$(uname -r) git gawk libcurl4-openssl-dev libjansson-dev xorg libc++-dev libgmp-dev python-dev















Ubuntu 16.04 install cuda 6.5