Difference between revisions of "Slurm"
From KENET Training
Line 15: | Line 15: | ||
$ sacct | $ sacct | ||
</code> | </code> | ||
+ | These will be explained in the subsequent pages. |
Revision as of 14:40, 1 April 2025
Introduction
Slurm [1] is a workload manager for clusters, offering both batch and interactive job scheduling. It works over a text based interface on the linux terminal.
Slurm will provide you with the following to help you make use of the cluster;
- What resources are available on the cluster.
- Queuing and allocation of jobs based on specified resources.
- Job monitoring and status reporting.
These commands include:
$ sinfo
$ squeue
$ sbatch
$ sacct
These will be explained in the subsequent pages.