Slurm jobs are allocations of resources assigned to a user for a specified amount of time.
The sets of (possibly parallel) tasks within a job are called job steps in Slurm terminology.
squeue -a -l -u $USER<SLURM_JOB_ID> with scontrol show <SLURM_JOB_ID>scancel <SLURM_JOB_ID>.| 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. |
|