Skip to content

Commit 43ae9a6

Browse files
authored
Merge pull request #594 from wdpypere/victini1
remove victini from documentation
2 parents d99df36 + 82d85ba commit 43ae9a6

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

mkdocs/docs/HPC/connecting.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -290,17 +290,17 @@ Upon connecting you will see a login message containing your last login time sta
290290

291291
<pre><code>Last login: Thu Mar 18 13:15:09 2021 from gligarha02.gastly.os
292292

293-
STEVIN HPC-UGent infrastructure status on Thu, 18 Mar 2021 13:30:01
294-
295-
cluster - full - free - part - total - running - queued
296-
nodes nodes free nodes jobs jobs
297-
-------------------------------------------------------------------
298-
swalot 9 0 104 126 N/A N/A
299-
skitty 53 0 16 72 N/A N/A
300-
victini 40 0 54 96 N/A N/A
301-
joltik 8 0 2 10 N/A N/A
302-
doduo 115 0 13 128 N/A N/A
303-
accelgor 8 1 0 9 N/A N/A
293+
STEVIN HPC-UGent infrastructure status on Mon, 19 Feb 2024 10:00:01
294+
cluster - full - free - part - total - running - queued
295+
nodes nodes free nodes jobs jobs
296+
-------------------------------------------------------------------------
297+
skitty 39 0 26 68 1839 5588
298+
joltik 6 0 1 10 29 18
299+
doduo 22 0 75 128 1397 11933
300+
accelgor 4 3 2 9 18 1
301+
donphan 0 0 16 16 16 13
302+
gallade 2 0 5 16 19 136
303+
304304

305305
For a full view of the current loads and queues see:
306306
https://hpc.ugent.be/clusterstate/

mkdocs/docs/HPC/running_batch_jobs.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ It's also possible to get detailed information about a specific module:
324324
cluster/gallade
325325
cluster/joltik
326326
cluster/skitty
327-
cluster/swalot
328-
cluster/victini
329327
{% endif -%}
330328
{% if site != gent -%}
331329
This module can be loaded directly: module load example/1.2.3
@@ -782,9 +780,8 @@ To list the available cluster modules, you can use the
782780

783781
<pre><code><b>$ module avail cluster/</b>
784782
--------------------------------------- /etc/modulefiles/vsc ----------------------------------------
785-
cluster/accelgor (S) cluster/donphan (S) cluster/skitty (S)
786-
cluster/default cluster/gallade (S) cluster/swalot (S)
787-
cluster/doduo (S,D,) cluster/joltik (S) cluster/victini (S)
783+
cluster/accelgor (S) cluster/doduo (S,L) cluster/gallade (S) cluster/skitty (S)
784+
cluster/default cluster/donphan (S) cluster/joltik (S)
788785

789786
Where:
790787
S: Module is Sticky, requires --force to unload or purge

mkdocs/docs/HPC/running_jobs_with_input_output_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The following locations are available:
237237
<t>$VSC_SCRATCH_ARCANINE</t>
238238
</td>
239239
<td colspan="1">
240-
A separate (smaller) shared scratch filesystem, powered by SSDs. This scratch filesystem is intended for very I/O-intensive workloads. Note that this filesystem is not available on the cluster victini.
240+
A separate (smaller) shared scratch filesystem, powered by SSDs. This scratch filesystem is intended for very I/O-intensive workloads.
241241
</td>
242242
</tr>
243243
{% endif %}

mkdocs/extra/gent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ othercluster: donphan
7676
7777
hpcusersml: [email protected]
7878
hpcannounceml: [email protected]
79-
operatingsystem: RHEL 8.8 (accelgor, doduo, donphan, gallade, joltik, skitty, swalot, victini)
79+
operatingsystem: RHEL 8.8 (accelgor, doduo, donphan, gallade, joltik, skitty)
8080
operatingsystembase: Red Hat Enterprise Linux
8181
# Special for perfexpert tutorial
8282
mpirun: vsc-mympirun

0 commit comments

Comments
 (0)