Difference between revisions of "General/Slurm"

From HPC
Jump to: navigation , search
(Slurm Commands)
(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



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.