Difference between revisions of "General/Slurm"
From HPC
MSummerbell (talk | contribs) (→Slurm Commands) |
MSummerbell (talk | contribs) (→Common Slurm Commands) |
||
| Line 7: | Line 7: | ||
===Common Slurm Commands=== | ===Common Slurm Commands=== | ||
| + | {| class="wikitable" | ||
| + | | style="width:25%" | <Strong>Package</Strong> | ||
| + | | style="width:75%" | <Strong>Description</Strong> | ||
| + | |- | ||
| + | | 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. | ||
| + | |- | ||
| + | |} | ||
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
| Package | Description |
| 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. |