...
Node: A single machine in a supercomputer. This will be either a physical machine or a virtual machine.
Scheduler: The application on our end that assigns compute resources for jobs.
Slurm: The brand name of our scheduler which manages and allocates resources.
MPI: Message Passing Interface (MPI) is a standardized and portable function used on parallel computing architectures.
SBATCH: This is a means of submitting a batch job, from which tasks will be executed, to execute on allocated resources.
What is a Job?
A job is any work submitted to the supercomputer that requests or uses its resources. There are three types of jobs that a user can request:
...