Slurm array jobs

We'll cover the following...

Job array allows you to run a group of identical/similar jobs. To do that, just add the following statement in your submission script:

Press + to interact
#SBATCH --array=1-10

You can also do this ...