CUDA8 0安裝成功後的環境配置問題

2021-09-10 06:21:37 字數 1823 閱讀 7872

cuda8.0安裝成功後會出現以下畫面:

**********=

= summary =

**********=

driver: not selected

toolkit: installed in /usr/local/cuda-8.0

samples: installed in /home/textminer

please make sure that

– path includes /usr/local/cuda-8.0/bin

– ld_library_path includes /usr/local/cuda-8.0/lib64, or, add /usr/local/cuda-8.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-8.0/bin

please see cuda_installation_guide_linux.pdf in /usr/local/cuda-8.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 361.00 is required for cuda 8.0 functionality to work.

to install the driver using this installer, run the following command, replacing with the name of this run file:

sudo .run -silent -driver

logfile is /opt/temp//cuda_install_6583.log

此刻我們就需要配置它的環境變數了

第一步:在.bashrc中新增環境變數

gedit ~/.bashrc

在檔案的末尾加入下面兩行語句:

export path=/usr/local/cuda-8.0/bin$}

export ld_library_path=/usr/local/cuda-8.0/lib64$}

$ sudo gedit /etc/profile

在末尾加入下面語句:

export path=/usr/local/cuda/bin:$path

儲存退出

sudo gedit /etc/ld.so.conf.d/cuda.conf

加入下面語句:

/usr/local/cuda/lib64

然後執行:

sudo ldconfig // 使檔案生效

第四步:測試cuda的sample

cd /usr/local/cuda-7.5/samples/1_utilities/devicequery

make

sudo ./devicequery

如果出現與下圖相似的圖,說明cuda8.0已經安裝成功了

Ubuntu16 06和CUDA8 0的安裝

1.安裝ubuntu16.04,然後製作u 盤啟動盤 推薦製作軟體u 啟動uefi 相比較於14.04 的版本,16.04 不會出現 acpi pcc probefailed 不會出現大問題。2.安裝nvidia的驅動 重點 經過了無數次的重灌系統和重啟,終於摸出了一條可以成功安裝驅動的路子了。總的...

CentOS 7安裝成功後缺少命令的問題

今天安裝了centos 7,但是當自己想檢視ip位址時卻出現找不到命令的提示 這是因為在 sbin 目錄下沒有ifconfig這條命令,所以當然會提示command not found,解決辦法如下 利用yum安裝 1.首先利用yum search ifconfig檢視yum庫中可以找到的ifcon...

Oracle安裝成功後預設的三個使用者

1.sys使用者 超級管理員,許可權最高,它的角色是dba 資料庫管理員 預設密碼是change on install。具有建立資料庫的許可權。2.system使用者 系統管理員,許可權很高,它的角色是dba operator 資料庫管理員操作者 預設密碼manager。不具有建立資料庫的許可權!3...