diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md index f4477f8bcf172763d2f5efa9c9e554b2ca7da3d7..0e83fdc23aa5812772ef2aa49016cb6246e3d3c2 100644 --- a/docs.it4i/cs/job-scheduling.md +++ b/docs.it4i/cs/job-scheduling.md @@ -288,6 +288,30 @@ Whole node allocation: 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 Nodes have feature tags assigned to them. @@ -297,11 +321,13 @@ Users can select nodes based on the feature tags using --constraint option. | ------ | ------ | | aarch64 | platform | | x86_64 | platform | +| ppc64le | platform | | amd | manufacturer | | intel | manufacturer | | icelake | processor family | | broadwell | processor family | | milan | processor family | +| milan-x | processor family | | ib | Infiniband | | gpu | equipped with GPU | | fpga | equipped with FPGA |