Skip to content

Commit fcea113

Browse files
authored
Merge pull request hpcugent#871 from wdpypere/skitty2
remove skitty from documentation
2 parents 985f67a + 8223cb5 commit fcea113

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

mkdocs/docs/HPC/connecting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ Last login: Thu Mar 18 13:15:09 2021 from gligarha02.gastly.os
306306
cluster - full - free - part - total - running - queued
307307
nodes nodes free nodes jobs jobs
308308
-------------------------------------------------------------------------
309-
skitty 39 0 26 68 1839 5588
310309
joltik 6 0 1 10 29 18
311310
doduo 22 0 75 128 1397 11933
312311
accelgor 4 3 2 9 18 1

mkdocs/docs/HPC/infrastructure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ 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-
| 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 |
3231
| doduo (default cluster) | 128 | 2x 48-core AMD EPYC 7552 (Rome @ 2.2 GHz) | 250 GiB | 180GB SSD | HDR-100 InfiniBand | RHEL 8 |
3332
| gallade (*) | 16 | 2x 64-core AMD EPYC 7773X (Milan-X @ 2.2 GHz) | 940 GiB | 1.5 TB NVME | HDR-100 InfiniBand | RHEL 9 |
3433
| shinx | 48 | 2x 96-core AMD EPYC 9654 (Genoa @ 2.4 GHz) | 370 GiB | 500GB NVME | NDR-200 InfiniBand | RHEL 9 |

mkdocs/docs/HPC/setting_up_python_virtual_environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,10 @@ Activating a virtual environment created on a different cluster can cause issues
347347
This happens
348348
because the binaries in the virtual environments from cluster A might not work with the CPU architecture of cluster B.
349349

350-
For example, if we create a virtual environment on the skitty cluster,
350+
For example, if we create a virtual environment on the gallade cluster,
351351

352352
```bash
353-
module swap cluster/skitty
353+
module swap cluster/gallade
354354
qsub -I
355355
$ python -m venv myenv
356356
```

mkdocs/extra/gent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 (skitty, shinx, joltik, accelgor)
72+
operatingsystem: RHEL 8.8 (doduo, donphan, gallade) and RHEL 9.4 (shinx, joltik, accelgor)
7373
operatingsystembase: Red Hat Enterprise Linux
7474
# Special for perfexpert tutorial
7575
mpirun: vsc-mympirun

0 commit comments

Comments
 (0)