[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

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
Next revision Both sides next revision
gpu [2017/03/16 17:09]
kocmanek [Using cluster]
gpu [2017/03/16 17:10]
kocmanek [Basic commands]
Line 45: Line 45:
 ===== How to use cluster ===== ===== How to use cluster =====
  
-In this section will be explained how to use cluster properly. Rule number one, always use the GPU queue (never log in machine by ssh). +In this section will be explained how to use cluster properly. 
 ==== TensorFlow Environment ==== ==== TensorFlow Environment ====
  
Line 82: Line 81:
      
 ==== Basic commands ==== ==== Basic commands ====
 +
 +  lspci
 +    # is any such hardware there?
 +  nvidia-smi
 +    # more details, incl. running processes on the GPU
 +    # nvidia-* are typically located in /usr/bin
 +  watch nvidia-smi
 +    # For monitoring GPU activity in a separate terminal (thanks to Jindrich Libovicky for this!)
 +  nvcc --version
 +    # this should tell CUDA version
 +    # nvcc is typically installed in /usr/local/cuda/bin/
 +  theano-test
 +    # dela to vubec neco uzitecneho? :-)
 +    # theano-* are typically located in /usr/local/bin/
 +  /usr/local/cuda/samples/1_Utilities/deviceQuery/deviceQuery
 +    # shows CUDA capability etc.
 ===== Performance tests ===== ===== Performance tests =====
  

[ Back to the navigation ] [ Back to the content ]