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
ae19ed4f
Commit
ae19ed4f
authored
2 years ago
by
Roman Sliva
Browse files
Options
Downloads
Patches
Plain Diff
Update job-scheduling.md
parent
90f3d418
No related branches found
No related tags found
No related merge requests found
Pipeline
#29197
passed with warnings
2 years 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
+19
-19
19 additions, 19 deletions
docs.it4i/cs/job-scheduling.md
with
19 additions
and
19 deletions
docs.it4i/cs/job-scheduling.md
+
19
−
19
View file @
ae19ed4f
...
...
@@ -126,7 +126,7 @@ Whole node allocation.
One node:
```
console
s
batch
-A PROJECT-ID -p p00-arm
./script.sh
s
alloc
-A PROJECT-ID -p p00-arm
```
## Partition 01 - ARM (A64FX)
...
...
@@ -136,17 +136,17 @@ Whole node allocation.
One node:
```
console
s
batch
-A PROJECT-ID -p p01-arm
./script.sh
s
alloc
-A PROJECT-ID -p p01-arm
```
```
console
s
batch
-A PROJECT-ID -p p01-arm -N=1
./script.sh
s
alloc
-A PROJECT-ID -p p01-arm -N=1
```
Multiple nodes:
```
console
s
batch
-A PROJECT-ID -p p01-arm -N=8
./script.sh
s
alloc
-A PROJECT-ID -p p01-arm -N=8
```
## Partition 02 - Intel (Ice Lake, NVDIMMs + Bitware FPGAs)
...
...
@@ -159,19 +159,19 @@ Use only FPGAs allocated to the job!
One FPGA:
```
console
s
batch
-A PROJECT-ID -p p02-intel --gres=fpga
./script.sh
s
alloc
-A PROJECT-ID -p p02-intel --gres=fpga
```
Two FPGAs on the same node:
```
console
s
batch
-A PROJECT-ID -p p02-intel --gres=fpga:2
./script.sh
s
alloc
-A PROJECT-ID -p p02-intel --gres=fpga:2
```
All FPGAs:
```
console
s
batch
-A PROJECT-ID -p p02-intel -N 2 --gres=fpga:2
./script.sh
s
alloc
-A PROJECT-ID -p p02-intel -N 2 --gres=fpga:2
```
## Partition 03 - AMD (Milan, MI100 GPUs + Xilinx FPGAs)
...
...
@@ -184,61 +184,61 @@ Use only GPGPUs and FPGAs allocated to the job!
One GPU:
```
console
s
batch
-A PROJECT-ID -p p03-amd --gres=gpgpu
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd --gres=gpgpu
```
Two GPUs on the same node:
```
console
s
batch
-A PROJECT-ID -p p03-amd --gres=gpgpu:2
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd --gres=gpgpu:2
```
Four GPUs on the same node:
```
console
s
batch
-A PROJECT-ID -p p03-amd --gres=gpgpu:4
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd --gres=gpgpu:4
```
All GPUs:
```
console
s
batch
-A PROJECT-ID -p p03-amd -N 2 --gres=gpgpu:4
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd -N 2 --gres=gpgpu:4
```
One FPGA:
```
console
s
batch
-A PROJECT-ID -p p03-amd --gres=fpga
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd --gres=fpga
```
Two FPGAs:
```
console
s
batch
-A PROJECT-ID -p p03-amd --gres=fpga:2
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd --gres=fpga:2
```
All FPGAs:
```
console
s
batch
-A PROJECT-ID -p p03-amd -N 2--gres=fpga:2
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd -N 2--gres=fpga:2
```
One GPU and one FPGA on the same node:
```
console
s
batch
-A PROJECT-ID -p p03-amd --gres=gpgpu,fpga
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd --gres=gpgpu,fpga
```
Four GPUs and two FPGAs on the same node:
```
console
s
batch
-A PROJECT-ID -p p03-amd --gres=gpgpu:4,fpga:2
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd --gres=gpgpu:4,fpga:2
```
All GPUs and FPGAs:
```
console
s
batch
-A PROJECT-ID -p p03-amd -N 2 --gres=gpgpu:4,fpga:2
./script.sh
s
alloc
-A PROJECT-ID -p p03-amd -N 2 --gres=gpgpu:4,fpga:2
```
## Partition 04 - Edge Server
...
...
@@ -246,7 +246,7 @@ sbatch -A PROJECT-ID -p p03-amd -N 2 --gres=gpgpu:4,fpga:2 ./script.sh
Whole node allocation:
```
console
s
batch
-A PROJECT-ID -p p04-edge
./script.sh
s
alloc
-A PROJECT-ID -p p04-edge
```
## Partition 05 - FPGA Synthesis Server
...
...
@@ -254,7 +254,7 @@ sbatch -A PROJECT-ID -p p04-edge ./script.sh
Whole node allocation:
```
console
s
batch
-A PROJECT-ID -p p05-synt
./script.sh
s
alloc
-A PROJECT-ID -p p05-synt
```
## Features
...
...
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