From b5057d5debc60d361d188e398133841beba192da Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Thu, 23 Feb 2023 16:16:02 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/software/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/spec.md b/doc.zih.tu-dresden.de/docs/software/spec.md index 1313d3c28..9807cfb00 100644 --- a/doc.zih.tu-dresden.de/docs/software/spec.md +++ b/doc.zih.tu-dresden.de/docs/software/spec.md @@ -58,7 +58,7 @@ double-check the line that defines the submit command and make sure it says `sru submit = srun $command ``` -Otherwise this can cause trouble (see [Slurm Bug](#slurm-bug)). +Otherwise this can cause trouble (see [Slurm bug](#slurm-bug)). You can also put Slurm options in the configuration but it is recommended to do this in a job script (see chapter [Execution](#execution)). Use the following to apply your configuration to the benchmark run: -- GitLab