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

Update job-scheduling.md - p10-intel

parent 583458aa
No related branches found
No related tags found
No related merge requests found
Pipeline #35648 passed with warnings
...@@ -20,6 +20,7 @@ p05-synt up 1-00:00:00 0/1/0/1 p05-synt01 ...@@ -20,6 +20,7 @@ p05-synt up 1-00:00:00 0/1/0/1 p05-synt01
p06-arm up 1-00:00:00 0/2/0/2 p06-arm[01-02] p06-arm up 1-00:00:00 0/2/0/2 p06-arm[01-02]
p07-power up 1-00:00:00 0/1/0/1 p07-power01 p07-power up 1-00:00:00 0/1/0/1 p07-power01
p08-amd up 1-00:00:00 0/1/0/1 p08-amd01 p08-amd up 1-00:00:00 0/1/0/1 p08-amd01
p10-intel up 1-00:00:00 0/1/0/1 p10-intel01
``` ```
## Getting Job Information ## Getting Job Information
...@@ -145,6 +146,7 @@ $ scancel JOBID ...@@ -145,6 +146,7 @@ $ scancel JOBID
| p06-arm | 2 | yes | 80 | aarch64,ib | | p06-arm | 2 | yes | 80 | aarch64,ib |
| p07-power | 1 | yes | 192 | ppc64le,ib | | p07-power | 1 | yes | 192 | ppc64le,ib |
| p08-amd | 1 | yes | 128 | x86_64,amd,milan-x,ib,ht | | p08-amd | 1 | yes | 128 | x86_64,amd,milan-x,ib,ht |
| p10-intel | 1 | yes | 96 | x86_64,intel,sapphire_rapids,ht|
Use `-t`, `--time` option to specify job run time limit. Default job time limit is 2 hours, maximum job time limit is 24 hours. Use `-t`, `--time` option to specify job run time limit. Default job time limit is 2 hours, maximum job time limit is 24 hours.
...@@ -312,6 +314,13 @@ Whole node allocation: ...@@ -312,6 +314,13 @@ Whole node allocation:
salloc -A PROJECT-ID -p p08-amd salloc -A PROJECT-ID -p p08-amd
``` ```
## Partition 10 - Intel Sapphire Rapids
Whole node allocation:
```console
salloc -A PROJECT-ID -p p10-intel
## Features ## Features
Nodes have feature tags assigned to them. Nodes have feature tags assigned to them.
...@@ -326,6 +335,7 @@ Users can select nodes based on the feature tags using --constraint option. ...@@ -326,6 +335,7 @@ Users can select nodes based on the feature tags using --constraint option.
| intel | manufacturer | | intel | manufacturer |
| icelake | processor family | | icelake | processor family |
| broadwell | processor family | | broadwell | processor family |
| sapphire_rapids | processor family |
| milan | processor family | | milan | processor family |
| milan-x | processor family | | milan-x | processor family |
| ib | Infiniband | | ib | Infiniband |
...@@ -342,10 +352,14 @@ p00-arm01 aarch64,cortex-a72 ...@@ -342,10 +352,14 @@ p00-arm01 aarch64,cortex-a72
p01-arm[01-08] aarch64,a64fx,ib p01-arm[01-08] aarch64,a64fx,ib
p02-intel01 x86_64,intel,icelake,ib,fpga,bitware,nvdimm,ht p02-intel01 x86_64,intel,icelake,ib,fpga,bitware,nvdimm,ht
p02-intel02 x86_64,intel,icelake,ib,fpga,bitware,nvdimm,noht p02-intel02 x86_64,intel,icelake,ib,fpga,bitware,nvdimm,noht
p03-amd01 x86_64,amd,milan,ib,gpu,mi100,fpga,xilinx,ht
p03-amd02 x86_64,amd,milan,ib,gpu,mi100,fpga,xilinx,noht p03-amd02 x86_64,amd,milan,ib,gpu,mi100,fpga,xilinx,noht
p03-amd01 x86_64,amd,milan,ib,gpu,mi100,fpga,xilinx,ht
p04-edge01 x86_64,intel,broadwell,ib,ht p04-edge01 x86_64,intel,broadwell,ib,ht
p05-synt01 x86_64,amd,milan,ib,ht p05-synt01 x86_64,amd,milan,ib,ht
p06-arm[01-02] aarch64,ib
p07-power01 ppc64le,ib
p08-amd01 x86_64,amd,milan-x,ib,ht
p10-intel01 x86_64,intel,sapphire_rapids,ht
``` ```
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment