Helix/Slurm: Difference between revisions
< Helix
Jump to navigation
Jump to search
S Richling (talk | contribs) No edit summary |
S Richling (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
* Slurm cheat sheet: https://slurm.schedmd.com/pdfs/summary.pdf |
* Slurm cheat sheet: https://slurm.schedmd.com/pdfs/summary.pdf |
||
* Slurm tutorials: https://slurm.schedmd.com/tutorials.html |
* Slurm tutorials: https://slurm.schedmd.com/tutorials.html |
||
== Slurm Command Overview == |
|||
{| width=750px class="wikitable" |
|||
! Slurm commands !! Brief explanation |
|||
|- |
|||
| [https://slurm.schedmd.com/sbatch.html sbatch] || Submits a job and queues it in an input queue |
|||
|- |
|||
| [https://slurm.schedmd.com/squeue.html squeue] || Displays information about active, eligible, blocked, and/or recently completed jobs |
|||
|- |
|||
| [https://slurm.schedmd.com/scontrol.html scontrol] || Displays detailed job state information |
|||
|- |
|||
| [https://slurm.schedmd.com/scancel.html scancel] || Cancels a job |
|||
|- |
|||
|} |
Revision as of 23:26, 30 June 2022
General information about Slurm
The bwForCluster Helix uses Slurm as batch system.
- Slurm documentation: https://slurm.schedmd.com/documentation.html
- Slurm cheat sheet: https://slurm.schedmd.com/pdfs/summary.pdf
- Slurm tutorials: https://slurm.schedmd.com/tutorials.html
Slurm Command Overview
Slurm commands | Brief explanation |
---|---|
sbatch | Submits a job and queues it in an input queue |
squeue | Displays information about active, eligible, blocked, and/or recently completed jobs |
scontrol | Displays detailed job state information |
scancel | Cancels a job |