User Tools

Site Tools


ace-gpu-1_installation_log

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ace-gpu-1_installation_log [2017/04/26 19:05]
csteel
ace-gpu-1_installation_log [2018/04/04 13:00] (current)
xteng [/etc/skel]
Line 30: Line 30:
  
 <​code>​ <​code>​
-01:00.0 VGA compatible controller: NVIDIA Corporation Device ​1b00 (rev a1)+01:00.0 VGA compatible controller: NVIDIA Corporation Device ​1b06 (rev a1)
 01:00.1 Audio device: NVIDIA Corporation Device 10ef (rev a1) 01:00.1 Audio device: NVIDIA Corporation Device 10ef (rev a1)
 +02:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
 +02:00.1 Audio device: NVIDIA Corporation Device 10ef (rev a1)
 +03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
 +03:00.1 Audio device: NVIDIA Corporation Device 10ef (rev a1)
 +
 </​code>​ </​code>​
  
Line 121: Line 126:
  
 <​code>​ <​code>​
-In process +# set user PATH to include /​usr/​local/​cuda-8.0/​bin 
-</code>+if [ -d "/usr/​local/​cuda-8.0/​bin"​ ]; then 
 +    PATH="/​usr/​local/​cuda-8.0/​bin:​$PATH"​ 
 +fi 
 + 
 +# set user LD_LIBRARY_PATH to include /​usr/​local/​cuda-8.0/​lib64 
 +if [ -d "/​usr/​local/​cuda-8.0/​lib64"​ ]; then 
 +    LD_LIBRARY_PATH="/​usr/​local/​cuda-8.0/​lib64:​$LD_LIBRARY_PATH"​ 
  
-<​code>​ 
 </​code>​ </​code>​
 <​code>​ <​code>​
ace-gpu-1_installation_log.1493233536.txt.gz · Last modified: 2017/04/26 19:05 by csteel