...
Command | Description |
---|---|
sbatch | Submits a job script for execution. |
sinfo | Displays the status of SLURM-managed partitions and nodes, with customizable filtering, sorting, and formatting options. |
squeue | Shows the status of jobs, with options for filtering, sorting, and formatting, defaulting to priority order for running and pending jobs. |
srun | Run a parallel job on cluster. |
scancel | Cancels a pending or running job |
sacct | Provides accounting information for active or completed jobs. |
salloc | This command is used to allocate resources and submit an interactive job to Slurm, allowing users to execute tasks in real-time with manual input. |
SLURM commands offer detailed documentation and guidance through their manual (man) pages, which can be accessed by typing, for example
|
---|