Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Slurm jobs are allocations of resources assigned to a user for a specified amount of time.
The  The sets of (possibly parallel) tasks within a job are called job steps in Slurm terminology.

...

  1. You can see your jobs in the queue issuing the command squeue -a -l -u $USER
  2. Check the details of a specific jobid <SLURM_JOB_ID> with scontrol show <SLURM_JOB_ID>
  3. f If you want to delete one of your submitted jobs, the command you need is scancel <SLURM_JOB_ID>.
Info
Please check the section Running Jobs of the User Portal and the Slurm Quick Start User Guide for a brief introduction of the Slurm scheduler.

Content by Label
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
titleRelated articles
typepage
excludeCurrenttrue
cqllabel in ("slurmkb-system","queue","schedule","jobs"kb-how-to-article") and type = "page" and space = "KB"
labelsslurm jobs schedule queuecompute node allocation access user

Page properties
hiddentrue


Related issues


...