ace-gpu-1 slurm
We will use 'slurm' to act as job scheduler
Introduction
Jobs are managed by Slurm, which is in charge of
- allocating the computer resources requested for the job,
- running the job and
- reporting the outcome of the execution back to the user.
Running a job involves, at the minimum, the following steps
- preparing a submission script (bash scripts) and
- submitting the job to execution.