@@ -179,7 +179,7 @@ If something goes wrong, check the paths, make sure you are in the right directo
# 6. Run a case using sbatch
We now want to launch this job using the compute nodes. Although this can be done through the command line (using the `srun` command, it is better to use an `sbatch` script to configure the job in an HPC system.
We now want to launch this job using the compute nodes. Although this can be done through the command line (using the `srun` command), it is better to use an `sbatch` script to configure the job in an HPC system.
A minimal `sbatch` script for SERGHEI looks like this below.