ubuntu16.04 여러 버전 CUDA 설치 방법

2794 단어 ubuntu16.04cuda
제 기계는 CUDA16.04입니다. 전에 CUDA10.0을 설치한 적이 있습니다. 몇 가지 이유로 지금은 CUDA9.0을 돌려야 합니다.
1. 우선https://developer.nvidia.com/cuda-90-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=runfilelocal
run 버전 다운로드 (이전에 CUDA를 설치하지 않았다면 deb 버전을 다운로드할 수 있습니다)
2. 위의 강좌에 따라

sudo chmod +x cuda_9.0.176_384.81_linux.run #   cuda_9.0.176_384.81_linux.run   
./cuda_9.0.176_384.81_linux.run #   cuda_9.0.176_384.81_linux.run
3. 관련 매개변수 설정

Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 384.81?
(y)es/(n)o/(q)uit: n # CUDA10 , 9.0 
Install the CUDA 9.0 Toolkit? 
(y)es/(n)o/(q)uit: y
/usr/local/cuda-9.0 is not writable. 
Do you wish to run the installation with 'sudo'? (y)es/(n)o: y # 
Please enter your password: Do you want to install a symbolic link at /usr/local/cuda? #   link   /usr/local/cuda,yes or no  ,  /usr/local/cuda   cuda  。 
(y)es/(n)o/(q)uit: y # 9.0
Enter Toolkit Location
[ default is /usr/local/cuda-9.0 ]:# 
4. 안전이 끝난 후 관련 환경 변수의 설정

Finished copying samples.
===========
= Summary =
===========
Driver: Not Selected
Toolkit: Installed in /usr/local/cuda-9.0
Samples: Installed in /usr/local/cuda-9.0/Samples
Please make sure that
 - PATH includes /usr/local/cuda-9.0/bin
 - LD_LIBRARY_PATH includes /usr/local/cuda-9.0/lib64, or, add /usr/local/cuda-9.0/lib64 to /etc/ld.so.conf and run ldconfig as root
To uninstall the CUDA Toolkit, run the uninstall script in /usr/local/cuda-9.0/bin
Please see CUDA_Installation_Guide_Linux.pdf in /usr/local/cuda-9.0/doc/pdf for detailed information on setting up CUDA.
***WARNING: Incomplete installation! This installation did not install the CUDA Driver. A driver of version at least 384.00 is required for CUDA 9.0 functionality to work.
To install the driver using this installer, run the following command, replacing <CudaInstaller> with the name of this run file:
 sudo <CudaInstaller>.run -silent -driver
Logfile is /tmp/cuda_install_11003.log
위의 경우 PATH 및 LD_ 설정 필요LIBRARY_PATH 두 변수는./bashrc 파일에서 수정하면 됩니다.source를 기억하십시오./bashrc, 효력을 발생시킵니다.
위의 절차를 완성하면 여러 버전의 전환을 진행할 수 있습니다./usr/local/cuda를 직접 수정하면 서로 다른 버전의 CUDA를 가리키도록 할 수 있습니다.
총결산
위에서 말한 것은 편집자가 여러분께 소개한 ubuntu16.04의 여러 버전의 CUDA를 설치하는 방법입니다. 여러분께 도움이 되었으면 합니다. 궁금한 점이 있으면 저에게 메시지를 남겨 주십시오. 편집자는 제때에 답장을 드리겠습니다.여기에서도 저희 사이트에 대한 지지에 감사드립니다!

좋은 웹페이지 즐겨찾기