From a4711986d995b3916220c68abc8e74fd8789609d Mon Sep 17 00:00:00 2001 From: Guilherme Calandrini <gupa977e@tu-dresden.de> Date: Thu, 26 Jan 2023 14:16:18 +0100 Subject: [PATCH] fix example of constraint --- doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md index f4cdcd9de..6f23c3126 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md @@ -501,9 +501,10 @@ as user to specify the requirements. These features should be thought of as chan (e.g., a filesystem get stuck on a certain node). A feature can be used with the Slurm option `-C, --constraint=<ARG>` like -`srun --constraint=fs_lustre_scratch2 ...` with `srun` or `sbatch`. Combinations like -`--constraint="fs_beegfs_global0`are allowed. For a detailed description of the possible -constraints, please refer to the [Slurm documentation](https://slurm.schedmd.com/srun.html). +`srun --constraint="fs_lustre_scratch2" ...` with `srun` or `sbatch`. + +Combinations like `--constraint="fs_beegfs|fs_lustre_ssd"` are allowed. For a detailed description +of the possible constraints, please refer to the [Slurm documentation](https://slurm.schedmd.com/srun.html#OPT_constraint). !!! hint -- GitLab