Difference between revisions of "General/Slurm"
From HPC
MSummerbell (talk | contribs) (→Common Slurm Commands) |
MSummerbell (talk | contribs) (→Common Slurm Commands) |
||
| Line 13: | Line 13: | ||
| sbatch | | sbatch | ||
| Submits a batch script to SLURM. The batch script may be given to sbatch through a file name on the command line, or if no file name is specified, sbatch will read in a script from standard input. | | Submits a batch script to SLURM. The batch script may be given to sbatch through a file name on the command line, or if no file name is specified, sbatch will read in a script from standard input. | ||
| + | |- | ||
| + | | squeue | ||
| + | | Used to view job and job step information for jobs managed by SLURM. | ||
| + | |- | ||
| + | | scancel | ||
| + | | Used to signal or cancel jobs, job arrays or job steps. | ||
| + | |- | ||
| + | | sinfo | ||
| + | | Used to view partition and node information for a system running SLURM. | ||
|- | |- | ||
|} | |} | ||
Revision as of 09:20, 2 February 2017
General Details
Application Details
- Version: 15.08.8
- Further information: https://slurm.schedmd.com/
Common Slurm Commands
| Command | Description |
| sbatch | Submits a batch script to SLURM. The batch script may be given to sbatch through a file name on the command line, or if no file name is specified, sbatch will read in a script from standard input. |
| squeue | Used to view job and job step information for jobs managed by SLURM. |
| scancel | Used to signal or cancel jobs, job arrays or job steps. |
| sinfo | Used to view partition and node information for a system running SLURM. |