How do the terms “job”, “task”, and “step” relate to each other?
A job consists of one or more steps, each consisting of one or more tasks each using one or more CPU. Jobs are typically created with the sbatch command, steps are created with the srun command, tasks are requested, at the job level with –ntasks or –ntasks-per-node, or at the step level with –ntasks. CPUs … Read more