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 [2018/04/04 12:58] – [Confirm GPU] xtengace-gpu-1_installation_log [2024/03/26 13:52] (current) – external edit 127.0.0.1
Line 126: 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.1522846712.txt.gz
  • Last modified: 2024/03/26 13:52
  • (external edit)