From f9517d906d27f05454c937dc9fc49985540f6d99 Mon Sep 17 00:00:00 2001 From: Key1 <70900093+KeyvanNajarian@users.noreply.github.com> Date: Wed, 1 Dec 2021 15:16:33 +0100 Subject: [PATCH] Update 03_parallel_fds.md --- book/content/tools/02_hpc/03_parallel_fds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/content/tools/02_hpc/03_parallel_fds.md b/book/content/tools/02_hpc/03_parallel_fds.md index 37d26934..cf7d70c4 100644 --- a/book/content/tools/02_hpc/03_parallel_fds.md +++ b/book/content/tools/02_hpc/03_parallel_fds.md @@ -130,7 +130,7 @@ The individual lines have the following functions ```#SBATCH --partition=dc-cpu``` - JURECA's batch system is divided into multipe partitions, which represent different computing architectures. In our case we want to execute the simulation on common CPU cores and therefore we use the partition `dc-cpu` – more information on [JURECA's partitions](https://apps.fz-juelich.de/jsc/hps/jureca/batchsystem.html#slurm-partitions). + JURECA's batch system is divided into multiple partitions, which represent different computing architectures. In our case we want to execute the simulation on common CPU cores and therefore we use the partition `dc-cpu` – more information on [JURECA's partitions](https://apps.fz-juelich.de/jsc/hps/jureca/batchsystem.html#slurm-partitions). * **MPI Tasks**