From d0c5c4b4498ac7776b911fc824ec2e5ca6059ff0 Mon Sep 17 00:00:00 2001 From: Guilherme Pantoja Calandrini de Azevedo Junior <guilherme.calandrini@tu-dresden.de> Date: Thu, 26 Jan 2023 16:12:18 +0100 Subject: [PATCH] Update slurm.md --- doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 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 ea4b1c9b5..459ab591b 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 @@ -503,8 +503,10 @@ as user to specify the requirements. These features should be thought of as chan A feature can be used with the Slurm option `-C, --constraint=<ARG>` like `srun --constraint="fs_lustre_scratch2" [...]` with `srun` or `sbatch`. -Multiple features can also be combined using AND, OR, matching OR, resource count etc. E.g., `--constraint="fs_beegfs|fs_lustre_ssd"` requests for nodes with at least one of the features `fs_beegfs` and `fs_lustre_ssd`. For a detailed description -of the possible constraints, please refer to the [Slurm documentation](https://slurm.schedmd.com/srun.html#OPT_constraint). +Multiple features can also be combined using AND, OR, matching OR, resource count etc. +E.g., `--constraint="fs_beegfs|fs_lustre_ssd"` requests for nodes with at least one of the +features `fs_beegfs` and `fs_lustre_ssd`. For a detailed description of the possible +constraints, please refer to the [Slurm documentation](https://slurm.schedmd.com/srun.html#OPT_constraint). !!! hint -- GitLab