[ 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
slurm [2022/09/06 14:18]
vodrazka [Running jobs]
slurm [2022/09/06 15:35]
vodrazka [Running jobs]
Line 68: Line 68:
 squeue -t RUNNING squeue -t RUNNING
 </code> </code>
 +
 +filter jobs running on a specific node:
 +<code>
 +squeue -w dll-3gpu1
 +</code>
 +
 +==== Cluster info ====
 +
 +The command ''sinfo'' can give you usefull information about nodes available in the cluster. Here is a short list of some usefull examples:
 +
 +List types of available GPUs:
 +<code>
 +sinfo -o %G
 +</code>
 +
 +
  
  

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