Skip to content

Commit a558711

Browse files
committed
Remove info regarding old GPUs (1080TI,P100)
1 parent 90860f9 commit a558711

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

docs/hardware/gpu.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
[interconnect]: network.md
55
[slurm-partitions]: ../runjobs/partitions.md
66

7-
The UBELIX GPU-based hardware partition currently consists of about 30 compute nodes. Due to their different architectures, their specifications differ as shown in the table below.
7+
The UBELIX GPU-based hardware partition currently consists of about 20 compute nodes. Due to their different architectures, their specifications differ as shown in the table below.
88

99
| Nodes | GPUs | CPU cores | GPU Memory | Network |
1010
| :---: | :------------------------------------------------: | :-----------: | :------: | :---------: |
11-
| 7 | 8x NVIDIA GTX1080Ti | 24 (2x12) | 12 GB | 40Gb/s |
12-
| 7 | 8x NVIDIA RTX3090 | 32 (2x16) | 24 GB | 40Gb/s or 100Gb/s |
11+
| 6 | 8x NVIDIA RTX3090 | 32 (2x16) | 24 GB | 40Gb/s or 100Gb/s |
1312
| 8 | 8x NVIDIA RTX4090 | 128 (2x64) | 24 GB | 100Gb/s |
14-
| 2 | 8x NVIDIA P100 | 24 (2x12) | 12 GB | 40Gb/s |
1513
| 1 | 6x NVIDIA A100 | 128 (2x64) | 80 GB | 100Gb/s |
16-
| 4 | 8x NVIDIA H100 | 128 (2x64) | 96 GB | 100Gb/s |
14+
| 5 | 8x NVIDIA H100 | 128 (2x64) | 96 GB | 100Gb/s |
1715

1816
See the [Slurm partitions page][slurm-partitions] for an overview of options
1917
for allocating these nodes.
@@ -41,10 +39,8 @@ follows:
4139

4240
| GPU Type | CPUs per GPU | Memory per GPU |
4341
| ---- | -------------| -------------- |
44-
| Nvidia GTX 1080 Ti | 3 | 30GB |
4542
| Nvidia RTX 3090 | 4 | 60GB |
4643
| Nvidia RTX 4090 | 16 | 90GB |
47-
| Nvidia P100 | 3 | 30GB |
4844
| Nvidia A100 | 20 | 80GB |
4945
| Nvidia H100 | 16 | 90GB |
5046

docs/runjobs/partitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We are currently operating the following partitions:
99
| --------- | -------- | ---------- | ---------------- | ------------- |
1010
|**epyc2 (default)** | single and multi-core |AMD Epyc2 2x64 cores <br> AMD Epyc4 2x96 cores | 1TB <br> 1.5TB | 1TB |
1111
| bdw | full nodes only (x*20cores) | Intel Broadwell 2x10 cores | 156GB | 1TB |
12-
| gpu | GPU <br> (8 GPUs per node, <br> varying CPUs) | Nvidia GTX 1080 Ti <br> Nvidia RTX 3090 <br> Nvidia RTX 4090 <br> Nvidia Tesla P100 <br> Nvidia A100 <br> Nvidia H100 | 11GB <br> 24GB <br> 24GB <br> 12GB <br> 80GB <br> 96GB | 800GB <br> 1.92TB <br> 1.92TB <br> 800GB <br> 1.92TB <br> 1.92TB |
12+
| gpu | GPU <br> (8 GPUs per node, <br> varying CPUs) | Nvidia RTX 3090 <br> Nvidia RTX 4090 <br> Nvidia A100 <br> Nvidia H100 | 24GB <br> 24GB <br> 80GB <br> 96GB | 1.92TB <br> 1.92TB <br> 1.92TB <br> 1.92TB |
1313
| gpu-invest | GPU | *see gpu partition* | | |
1414
| icpu-*investor* | single and multi-core | *see epyc2 partition* | | |
1515

docs/runjobs/scheduled-jobs/gpus.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ architecture and use one of the following `--gres` option to select it.
1515

1616
| Type | SLURM gres option |
1717
| ---- | ----------------- |
18-
| Nvidia Geforce GTX 1080 Ti | `--gres=gpu:gtx1080ti:<number_of_gpus>` |
1918
| Nvidia Geforce RTX 3090 | `--gres=gpu:rtx3090:<number_of_gpus>` |
2019
| Nvidia Geforce RTX 4090 | `--gres=gpu:rtx4090:<number_of_gpus>` |
21-
| Nvidia Tesla P100 | `--gres=gpu:teslap100:<number_of_gpus>` |
2220
| Nvidia A100 | `--gres=gpu:a100:<number_of_gpus>` |
2321
| Nvidia H100 | `--gres=gpu:h100:<number_of_gpus>` |
2422

@@ -46,10 +44,8 @@ In the past, we observed that GPU resources were often left unused because some
4644

4745
| Type | CPUs per GPU | Memory per GPU |
4846
| ---- | -------------| -------------- |
49-
| Nvidia GTX 1080 Ti | 3 | 30GB |
5047
| Nvidia RTX 3090 | 4 | 60GB |
5148
| Nvidia RTX 4090 | 16 | 90GB |
52-
| Nvidia P100 | 3 | 30GB |
5349
| Nvidia A100 | 20 | 80GB |
5450
| Nvidia H100 | 16 | 90GB |
5551

docs/software/packages/JupyterLab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Furthermore, if you use libraries, which implement threading: align the numbers
121121

122122
OR requesting GPU resources on a node with a NVIDIA graphics card:
123123
```
124-
jupyter-compute 15051 --ntasks 1 --time=01:00:00 --partition=gpu --gres=gpu:gtx1080ti:1
124+
jupyter-compute 15051 --ntasks 1 --time=01:00:00 --partition=gpu --gres=gpu:rtx3090:1
125125
```
126126

127127
## Kernels

0 commit comments

Comments
 (0)