Skip to content
Snippets Groups Projects
Commit ded205c5 authored by Guilherme Pantoja Calandrini de Azevedo Junior's avatar Guilherme Pantoja Calandrini de Azevedo Junior
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent a4711986
No related branches found
No related tags found
2 merge requests!777Automated merge from preview to main,!774fix example of constraint
...@@ -501,9 +501,9 @@ as user to specify the requirements. These features should be thought of as chan ...@@ -501,9 +501,9 @@ as user to specify the requirements. These features should be thought of as chan
(e.g., a filesystem get stuck on a certain node). (e.g., a filesystem get stuck on a certain node).
A feature can be used with the Slurm option `-C, --constraint=<ARG>` like A feature can be used with the Slurm option `-C, --constraint=<ARG>` like
`srun --constraint="fs_lustre_scratch2" ...` with `srun` or `sbatch`. `srun --constraint="fs_lustre_scratch2" [...]` with `srun` or `sbatch`.
Combinations like `--constraint="fs_beegfs|fs_lustre_ssd"` are allowed. For a detailed description 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). of the possible constraints, please refer to the [Slurm documentation](https://slurm.schedmd.com/srun.html#OPT_constraint).
!!! hint !!! hint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment