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
ace-gpu-1_installation_log [2018/04/04 12:58]
xteng [Confirm GPU]
ace-gpu-1_installation_log [2018/04/04 13:00] (current)
xteng [/etc/skel]
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: 2018/04/04 12:58 by xteng