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] csteelace-gpu-1_installation_log [2024/03/26 13:52] (current) – external edit 127.0.0.1
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: 2024/03/26 13:52
  • (external edit)