Difference between revisions of "General/Slurm"
From HPC
MSummerbell (talk | contribs) (→Common Slurm Commands) |
MSummerbell (talk | contribs) (→Common Slurm Commands) |
||
Line 8: | Line 8: | ||
===Common Slurm Commands=== | ===Common Slurm Commands=== | ||
{| class="wikitable" | {| class="wikitable" | ||
− | | style="width:25%" | <Strong> | + | | style="width:25%" | <Strong>Command</Strong> |
| style="width:75%" | <Strong>Description</Strong> | | style="width:75%" | <Strong>Description</Strong> | ||
− | |||
− | |||
− | |||
|- | |- | ||
| sbatch | | sbatch |
Revision as of 09:18, 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. |