lamiastella

sudo sh ./cuda_11.2.0_460.27.04_linux.run

Jan 8th, 2021 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. $ sudo sh ./cuda_11.2.0_460.27.04_linux.run
  2. ===========
  3. = Summary =
  4. ===========
  5.  
  6. Driver: Not Selected
  7. Toolkit: Installed in /usr/local/cuda-11.2/
  8. Samples: Installed in /home/mona/, but missing recommended libraries
  9.  
  10. Please make sure that
  11. - PATH includes /usr/local/cuda-11.2/bin
  12. - LD_LIBRARY_PATH includes /usr/local/cuda-11.2/lib64, or, add /usr/local/cuda-11.2/lib64 to /etc/ld.so.conf and run ldconfig as root
  13.  
  14. To uninstall the CUDA Toolkit, run cuda-uninstaller in /usr/local/cuda-11.2/bin
  15. ***WARNING: Incomplete installation! This installation did not install the CUDA Driver. A driver of version at least 460.00 is required for CUDA 11.2 functionality to work.
  16. To install the driver using this installer, run the following command, replacing <CudaInstaller> with the name of this run file:
  17. sudo <CudaInstaller>.run --silent --driver
  18.  
  19. Logfile is /var/log/cuda-installer.log
  20.  
  21.  
  22. [23885:3149 0:2002] 08:10:35 Fri Jan 08 [mona@goku:pts/4 +1] ~/Downloads
  23. $ locate helper_math.h
  24. 5642/31772MB
  25.  
  26. [23885:3149 0:2011] 08:16:08 Fri Jan 08 [mona@goku:pts/4 +1] ~/Downloads
  27. $ sudo apt-get install g++ freeglut3-dev build-essential libx11-dev \
  28. > libxmu-dev libxi-dev libglu1-mesa libglu1-mesa-dev
  29.  
  30. $ sudo sh ./cuda_11.2.0_460.27.04_linux.run
  31. ===========
  32. = Summary =
  33. ===========
  34.  
  35. Driver: Not Selected
  36. Toolkit: Installed in /usr/local/cuda-11.2/
  37. Samples: Installed in /home/mona/
  38.  
  39. Please make sure that
  40. - PATH includes /usr/local/cuda-11.2/bin
  41. - LD_LIBRARY_PATH includes /usr/local/cuda-11.2/lib64, or, add /usr/local/cuda-11.2/lib64 to /etc/ld.so.conf and run ldconfig as root
  42.  
  43. To uninstall the CUDA Toolkit, run cuda-uninstaller in /usr/local/cuda-11.2/bin
  44. ***WARNING: Incomplete installation! This installation did not install the CUDA Driver. A driver of version at least 460.00 is required for CUDA 11.2 functionality to work.
  45. To install the driver using this installer, run the following command, replacing <CudaInstaller> with the name of this run file:
  46. sudo <CudaInstaller>.run --silent --driver
  47.  
  48. Logfile is /var/log/cuda-installer.log
  49.  
  50.  
  51. [23885:3149 0:2026] 08:22:33 Fri Jan 08 [mona@goku:pts/4 +1] ~/Downloads
  52. $ locate helper_math.h
  53. 5667/31772MB
  54.  
  55.  
  56. $ ls /home/mona/NVIDIA_CUDA-11.2_Samples/common/inc/helper_math.h
  57. -rw-r--r-- 1 mona mona 37K Jan 8 20:22 /home/mona/NVIDIA_CUDA-11.2_Samples/common/inc/helper_math.h
  58.  
  59.  
  60.  
Add Comment
Please, Sign In to add comment