diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md index 2af016d0188ae4f926b45e7b8fdc14b039e8baa3..56ca7dfabef0844ee3436f73f27373609360e616 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md @@ -58,10 +58,10 @@ For MPI-parallel jobs one typically allocates one core per task that has to be s ### Multiple Programs Running Simultaneously in a Job In this short example, our goal is to run four instances of a program concurrently in a **single** -batch script. Of course we could also start a batch script four times with `sbatch` but this is not -what we want to do here. Please have a look at -[this subsection](#multiple-programs-running-simultaneously-in-a-job) -in case you intend to run GPU programs simultaneously in a **single** job. +batch script. Of course, we could also start a batch script four times with `sbatch` but this is not +what we want to do here. However, you can also find an example about +[how to run GPU programs simultaneously in a single job](#running-multiple-gpu-applications-simultaneously-in-a-batch-job) +below. !!! example " "