From 82a9151a873d391bc1b1c9976a4c9440dd34c706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Claremar?= <70746791+bclaremar@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:50:07 +0200 Subject: [PATCH] Update slurm_details.md --- docs/cluster_guides/slurm_details.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cluster_guides/slurm_details.md b/docs/cluster_guides/slurm_details.md index 69ec11a02..f4cb75ebd 100644 --- a/docs/cluster_guides/slurm_details.md +++ b/docs/cluster_guides/slurm_details.md @@ -134,9 +134,9 @@ sbatch -p devcore -t 00:15:00 jobscript.sh - out/err redirection: - - ``--output=slurm-%j.out`` and ``—-error=slurm-%j.err`` + - ``--output=slurm-%j.out`` and ``--error=slurm-%j.err`` - - by default, where %j will be replaced by the job ID + - by default, where `%j` will be replaced by the job ID - ``--output=my.output.file`` - ``--error=my.error.file``