From 3f2b63c5e2b680be14b4f192fff80753e43140db Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Wed, 17 May 2023 14:51:04 +0200 Subject: [PATCH] Removed up-to-date from slurm_examples.md. --- .../docs/jobs_and_resources/slurm_examples.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 d8e13b6c0..e35bf836d 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 @@ -9,10 +9,10 @@ depend on the type of parallelization and architecture. An SMP-parallel job can only run within a node, so it is necessary to include the options `--node=1` and `--ntasks=1`. The maximum number of processors for an SMP-parallel program is 896 and 56 on -partition `taurussmp8` and `smp2`, respectively. Please refer to the -[partitions section](partitions_and_limits.md#memory-limits) for up-to-date information. Using the -option `--cpus-per-task=<N>` Slurm will start one task and you will have `N` CPUs available for your -job. An example job file would look like: +partition `taurussmp8` and `smp2`, respectively, as described in the +[section on memory limits](partitions_and_limits.md#memory-limits). Using the option +`--cpus-per-task=<N>` Slurm will start one task and you will have `N` CPUs available for your job. +An example job file would look like: !!! example "Job file for OpenMP application" -- GitLab