Difference between revisions of "General/Slurm"

From HPC
Jump to: navigation , search
(Common Slurm Commands)
(Common Slurm Commands)
Line 8: Line 8:
 
===Common Slurm Commands===
 
===Common Slurm Commands===
 
{| class="wikitable"
 
{| class="wikitable"
| style="width:25%" | <Strong>Package</Strong>
+
| style="width:25%" | <Strong>Command</Strong>
 
| style="width:75%" | <Strong>Description</Strong>
 
| style="width:75%" | <Strong>Description</Strong>
|-
 
| Command
 
| Description
 
 
|-
 
|-
 
| sbatch
 
| sbatch

Revision as of 09:18, 2 February 2017

General Details

Application Details



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.