Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkdocs/docs/HPC/crontab.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ previously generated crontab tasks. If that is not the case you can
always jump from one login node to another with:

```
ssh gligar07 # or gligar08
ssh gligar09 # or gligar10
```
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For basic information on using these clusters, see our

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/HPC/only/gent/2023/donphan-gallade.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This cluster consists of 12 workernodes, each with:
* ~738 GiB of RAM memory;
* 1.6TB NVME local disk;
* HDR-100 InfiniBand interconnect;
* RHEL8 as operating system;
* RHEL9 as operating system;

To start using this cluster from a terminal session, first run:
```
Expand Down
8 changes: 4 additions & 4 deletions mkdocs/extra/gent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ hpc_infrastructure_url: https://www.ugent.be/hpc/en/infrastructure
hpc_software_install: https://www.ugent.be/hpc/en/support/software-installation-request
hpcname: hpcugent
loginnode: login.hpc.ugent.be
loginhost: gligar07.gastly.os
altloginhost: gligar08.gastly.os
modules_last_updated: Mon, 24 Feb 2025 at 15:45:29 CET # This line is automatically updated by scripts/available_modules/available_modules.py
loginhost: gligar09.gastly.os
altloginhost: gligar10.gastly.os
modules_last_updated: Sat, 15 Feb 2025 at 15:45:20 CET # This line is automatically updated by scripts/available_modules/available_modules.py
# get these with ssh-keyscan gligar01.ugent.be > file
# ssh-keygen -l -f file
# ssh-keygen -l -f file -E md5
Expand Down Expand Up @@ -69,7 +69,7 @@ othercluster: donphan
hpcinfo: [email protected]
hpcusersml: [email protected]
hpcannounceml: [email protected]
operatingsystem: RHEL 8.8 (doduo, donphan, gallade) and RHEL 9.4 (shinx, joltik, accelgor)
operatingsystem: RHEL 9.4 (doduo, donphan, gallade, shinx, joltik, accelgor)
operatingsystembase: Red Hat Enterprise Linux
# Special for perfexpert tutorial
mpirun: vsc-mympirun
Expand Down
Loading