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

Update job-scheduling.md

parent 606fea9d
No related branches found
No related tags found
No related merge requests found
Pipeline #32757 passed with warnings
...@@ -288,6 +288,30 @@ Whole node allocation: ...@@ -288,6 +288,30 @@ Whole node allocation:
salloc -A PROJECT-ID -p p05-synt salloc -A PROJECT-ID -p p05-synt
``` ```
## Partition 06 - ARM
Whole node allocation:
```console
salloc -A PROJECT-ID -p p06-arm
```
## Partition 07 - IBM Power
Whole node allocation:
```console
salloc -A PROJECT-ID -p p07-power
```
## Partition 08 - AMD Milan-X
Whole node allocation:
```console
salloc -A PROJECT-ID -p p08-amd
```
## Features ## Features
Nodes have feature tags assigned to them. Nodes have feature tags assigned to them.
...@@ -297,11 +321,13 @@ Users can select nodes based on the feature tags using --constraint option. ...@@ -297,11 +321,13 @@ Users can select nodes based on the feature tags using --constraint option.
| ------ | ------ | | ------ | ------ |
| aarch64 | platform | | aarch64 | platform |
| x86_64 | platform | | x86_64 | platform |
| ppc64le | platform |
| amd | manufacturer | | amd | manufacturer |
| intel | manufacturer | | intel | manufacturer |
| icelake | processor family | | icelake | processor family |
| broadwell | processor family | | broadwell | processor family |
| milan | processor family | | milan | processor family |
| milan-x | processor family |
| ib | Infiniband | | ib | Infiniband |
| gpu | equipped with GPU | | gpu | equipped with GPU |
| fpga | equipped with FPGA | | fpga | equipped with FPGA |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment