Skip to content
Snippets Groups Projects
Commit c35713c9 authored by Roman Sliva's avatar Roman Sliva
Browse files

Update job-scheduling.md

parent f0f71b52
No related branches found
No related tags found
No related merge requests found
Pipeline #29151 passed with warnings
...@@ -206,7 +206,7 @@ sbatch -A PROJECT-ID -p p05-synt ./script.sh ...@@ -206,7 +206,7 @@ sbatch -A PROJECT-ID -p p05-synt ./script.sh
## Features ## Features
Nodes have feature tags assigned to them. Nodes have feature tags assigned to them.
Users can select nodes based on the feature tags using --constrain option. Users can select nodes based on the feature tags using --constraint option.
| Feature | Description | | Feature | Description |
| ------ | ------ | | ------ | ------ |
...@@ -238,7 +238,7 @@ p05-synt01 x86_64,amd,milan,ib,ht ...@@ -238,7 +238,7 @@ p05-synt01 x86_64,amd,milan,ib,ht
``` ```
``` ```
$ salloc -A SERVICE -p p02-intel --constrain noht $ salloc -A SERVICE -p p02-intel --constraint noht
``` ```
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment