Skip to content

Commit a249bcf

Browse files
committed
adjust docs for final rhel upgrade and login node change
1 parent 60a4775 commit a249bcf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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
@@ -29,7 +29,7 @@ For basic information on using these clusters, see our
2929
| ***cluster name*** | ***# nodes*** | ***Processor architecture*** | ***Usable memory/node*** | ***Local diskspace/node*** | ***Interconnect*** | ***Operating system*** |
3030
| --- | --- | --- | --- | --- | --- | --- |
3131
| skitty | 72 | 2 x 18-core Intel Xeon Gold 6140 (Skylake @ 2.3 GHz) | 177 GiB | 1 TB & 240 GB SSD | EDR InfiniBand | RHEL 9 |
32-
| doduo (default cluster) | 128 | 2x 48-core AMD EPYC 7552 (Rome @ 2.2 GHz) | 250 GiB | 180GB SSD | HDR-100 InfiniBand | RHEL 8 |
32+
| doduo (default cluster) | 128 | 2x 48-core AMD EPYC 7552 (Rome @ 2.2 GHz) | 250 GiB | 180GB SSD | HDR-100 InfiniBand | RHEL 9 |
3333
| gallade (*) | 16 | 2x 64-core AMD EPYC 7773X (Milan-X @ 2.2 GHz) | 940 GiB | 1.5 TB NVME | HDR-100 InfiniBand | RHEL 9 |
3434
| shinx | 48 | 2x 96-core AMD EPYC 9654 (Genoa @ 2.4 GHz) | 370 GiB | 500GB NVME | NDR-200 InfiniBand | RHEL 9 |
3535

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

5858
| ***cluster name*** | ***# nodes*** | ***Processor architecture*** | ***Usable memory/node*** | ***Local diskspace/node*** | ***Interconnect*** | ***Operating system*** |
5959
| --- | --- | --- | --- | --- | --- | --- |
60-
| 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 |
60+
| 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 |
6161

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

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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
17+
loginhost: gligar09.gastly.os
18+
altloginhost: gligar10.gastly.os
1919
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
@@ -77,7 +77,7 @@ othercluster: donphan
7777
7878
hpcusersml: [email protected]
7979
hpcannounceml: [email protected]
80-
operatingsystem: RHEL 8.8 (doduo, donphan, gallade) and RHEL 9.4 (skitty, shinx, joltik, accelgor)
80+
operatingsystem: RHEL 9.4 (doduo, donphan, gallade, skitty, shinx, joltik, accelgor)
8181
operatingsystembase: Red Hat Enterprise Linux
8282
# Special for perfexpert tutorial
8383
mpirun: vsc-mympirun

0 commit comments

Comments
 (0)