Submitting a job to a slurm queue

From HPC Guide
Revision as of 14:28, 13 March 2023 by Dvory (talk | contribs) (Created page with "===slurm commands=== sbatch - submits script salloc - submit interactive job - allocates what it needs, but will not start to work on the node/s srun - submits interactive j...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

slurm commands

sbatch - submits script

salloc - submit interactive job - allocates what it needs, but will not start to work on the node/s

srun - submits interactive job w mpi ("job step")

sattach - connect stdin/out/err for an existing job (or job step)

So for example, may submit a job with command:

sbatch script.sh