Usefull SLURM Commands
Information
This page is under construction.
In this site, the USER can find some usefull SLURM commands to manage their jobs and accounting. Furhter information can be found at the SLURM documentation website: SLURM .
Or find the SLURM cheat sheet summary.
ARINA commands
Although the SLURM documentation is well written, it can be difficult for the USER to find the proper combination of options for its purpose. For that reason, we encourage the USER to check ARINA commands section. In that section, some usefull commands are explained which wrapper most common SLURM commands into a suitable output format.
MANAGEMENT
squeue
scancel
scontrol
hold, ...
sinfo
SUBMITION
sbatch
Submit a batch script to Slurm
srun
Obtain a job allocation (as needed) and execute an application.
salloc
Obtain a job allocation
ACCOUNTING
sacct
Display accounting data.
sreport
Report job usage and cluster utilization.