Skip to content

Commit 173b6bb

Browse files
authored
Merge pull request #865 from wdpypere/maintenance
adjust docs for final rhel upgrade and login node change
2 parents 7cf839b + 0985b2a commit 173b6bb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

mkdocs/docs/HPC/crontab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ previously generated crontab tasks. If that is not the case you can
4545
always jump from one login node to another with:
4646

4747
```
48-
ssh gligar07 # or gligar08
48+
ssh gligar09 # or gligar10
4949
```

mkdocs/docs/HPC/infrastructure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For basic information on using these clusters, see our
2828

2929
| ***cluster name*** | ***# nodes*** | ***Processor architecture*** | ***Usable memory/node*** | ***Local diskspace/node*** | ***Interconnect*** | ***Operating system*** |
3030
| --- | --- | --- | --- | --- | --- | --- |
31-
| doduo (default cluster) | 128 | 2x 48-core AMD EPYC 7552 (Rome @ 2.2 GHz) | 250 GiB | 180GB SSD | HDR-100 InfiniBand | RHEL 8 |
31+
| doduo (default cluster) | 128 | 2x 48-core AMD EPYC 7552 (Rome @ 2.2 GHz) | 250 GiB | 180GB SSD | HDR-100 InfiniBand | RHEL 9 |
3232
| gallade (*) | 16 | 2x 64-core AMD EPYC 7773X (Milan-X @ 2.2 GHz) | 940 GiB | 1.5 TB NVME | HDR-100 InfiniBand | RHEL 9 |
3333
| shinx | 48 | 2x 96-core AMD EPYC 9654 (Genoa @ 2.4 GHz) | 370 GiB | 500GB NVME | NDR-200 InfiniBand | RHEL 9 |
3434

@@ -56,7 +56,7 @@ For more information, see our [documentation](interactive_gent).
5656

5757
| ***cluster name*** | ***# nodes*** | ***Processor architecture*** | ***Usable memory/node*** | ***Local diskspace/node*** | ***Interconnect*** | ***Operating system*** |
5858
| --- | --- | --- | --- | --- | --- | --- |
59-
| donphan (*) | 16 | 2 x 18-core Intel Xeon Gold 6240 (Cascade Lake @ 2.6 GHz) + 1x shared NVIDIA Ampere A2 GPU (16GB GPU memory) | 738 GiB | 1.6 TB NVME | HDR-100 Infiniband | RHEL 8 |
59+
| donphan (*) | 16 | 2 x 18-core Intel Xeon Gold 6240 (Cascade Lake @ 2.6 GHz) + 1x shared NVIDIA Ampere A2 GPU (16GB GPU memory) | 738 GiB | 1.6 TB NVME | HDR-100 Infiniband | RHEL 9 |
6060

6161
(*) also see this [extra information](./only/gent/2023/donphan-gallade#donphan-debuginteractive-cluster)
6262

mkdocs/docs/HPC/only/gent/2023/donphan-gallade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This cluster consists of 12 workernodes, each with:
2727
* ~738 GiB of RAM memory;
2828
* 1.6TB NVME local disk;
2929
* HDR-100 InfiniBand interconnect;
30-
* RHEL8 as operating system;
30+
* RHEL9 as operating system;
3131

3232
To start using this cluster from a terminal session, first run:
3333
```

mkdocs/extra/gent.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ hpc_infrastructure_url: https://www.ugent.be/hpc/en/infrastructure
1414
hpc_software_install: https://www.ugent.be/hpc/en/support/software-installation-request
1515
hpcname: hpcugent
1616
loginnode: login.hpc.ugent.be
17-
loginhost: gligar07.gastly.os
18-
altloginhost: gligar08.gastly.os
19-
modules_last_updated: Mon, 24 Feb 2025 at 15:45:29 CET # This line is automatically updated by scripts/available_modules/available_modules.py
17+
loginhost: gligar09.gastly.os
18+
altloginhost: gligar10.gastly.os
19+
modules_last_updated: Sat, 15 Feb 2025 at 15:45:20 CET # This line is automatically updated by scripts/available_modules/available_modules.py
2020
# get these with ssh-keyscan gligar01.ugent.be > file
2121
# ssh-keygen -l -f file
2222
# ssh-keygen -l -f file -E md5
@@ -69,7 +69,7 @@ othercluster: donphan
6969
7070
hpcusersml: [email protected]
7171
hpcannounceml: [email protected]
72-
operatingsystem: RHEL 8.8 (doduo, donphan, gallade) and RHEL 9.4 (shinx, joltik, accelgor)
72+
operatingsystem: RHEL 9.4 (doduo, donphan, gallade, shinx, joltik, accelgor)
7373
operatingsystembase: Red Hat Enterprise Linux
7474
# Special for perfexpert tutorial
7575
mpirun: vsc-mympirun

0 commit comments

Comments
 (0)