[ 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/08 13:24]
vodrazka [Cluster info]
slurm [2022/09/08 13:32]
vodrazka [Interactive mode]
Line 97: Line 97:
 </code>  </code> 
  
-List nodes with some info and their features:+List nodes with some custom format info:
 <code> <code>
 sinfo -N -o "%N %P %.11T %.15f" sinfo -N -o "%N %P %.11T %.15f"
Line 125: Line 125:
   * ''--nodelist=tdll-3gpu1'' explicitly requires one specific node   * ''--nodelist=tdll-3gpu1'' explicitly requires one specific node
   * ''--gres=gpu:2'' requires 2 GPUs   * ''--gres=gpu:2'' requires 2 GPUs
 +
 +<code>srun -p gpu-troja --constraint="gpuram44G|gpuram39G" --mem=64G --gres=gpu:2 --pty bash</code>
 +  * ''--constraint="gpuram44G|gpuram39G"'' only consider nodes that have either ''gpuram44G'' or ''gpuram39G'' feature defined
  
 To see all the available options type: To see all the available options type:

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