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

Update job-scheduling.md

parent b9a3705a
Branches
No related tags found
No related merge requests found
Pipeline #29146 passed with warnings
......@@ -206,7 +206,7 @@ sbatch -A PROJECT-ID -p p05-synt ./script.sh
## Features
Nodes have feature tags assigned to them.
Users can select nodes based on the feature tags using --constraint option.
Users can select nodes based on the feature tags using --constrain option.
| Feature | Description |
| ------ | ------ |
......@@ -234,6 +234,10 @@ p04-edge01 x86_64,intel,broadwell,ib,ht
p05-synt01 x86_64,amd,milan,ib,ht
```
```
$ salloc -A SERVICE -p p02-intel --constrain noht
```
```
$ scontrol -d show node p02-intel01 | grep ActiveFeatures
ActiveFeatures=x86_64,intel,icelake,ib,fpga,bitware,nvdimm,ht
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment