Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
9ba67525
Commit
9ba67525
authored
1 year ago
by
Roman Sliva
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/cs/job-scheduling.md
+15
-1
15 additions, 1 deletion
docs.it4i/cs/job-scheduling.md
with
15 additions
and
1 deletion
docs.it4i/cs/job-scheduling.md
+
15
−
1
View file @
9ba67525
...
@@ -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
```
```
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment