How to submit a batch job?

The command sbatch submits a batch job to the SLURM job scheduler.

For example, if you have a SLURM file named ‘example.slurm‘, you can submit it to the cluster using the command:

sbatch example.slurm