[ 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 Both sides next revision
slurm [2022/09/02 15:16]
vodrazka [Batch mode]
slurm [2022/09/06 14:18]
vodrazka [Batch mode]
Line 43: Line 43:
 man sbatch man sbatch
 </code> </code>
 +
 +==== Running jobs ====
 +
 +In order to inspect all running jobs on the cluster use:
 +
 +<code>
 +squeue
 +</code>
 +
 +filter only jobs of user ''linguist'':
 +
 +<code>
 +squeue -u linguist
 +</code>
 +
 +filter only jobs on partition ''gpu-ms'':
 +
 +<code>
 +squeue -p gpu-ms
 +</code>
 +
 +filter jobs in specific state (e.g. ''RUNNING'' - see ''man squeue'' for list of valid job states)
 +<code>
 +squeue -t RUNNING
 +</code>
 +
 +
 +
  
 ==== Interactive mode ==== ==== Interactive mode ====

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