diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md index eef6e436dd297b3ce7ea796224379555070b9346..c52cd15c8c297adf5840e401e3944e0e32244059 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md @@ -242,7 +242,8 @@ has multiple advantages: Job files have to be written with the following structure. ```bash -#!/bin/bash # Batch script starts with shebang line +#!/bin/bash +# ^Batch script starts with shebang line #SBATCH --ntasks=24 # All #SBATCH lines have to follow uninterrupted #SBATCH --time=01:00:00 # after the shebang line