25 Commits

Author SHA1 Message Date
b7107b9210 final changes 2026-01-12 17:47:15 +01:00
8100c03090 add/rm final files 2026-01-12 17:45:03 +01:00
f89fe6a3e5 minor improvements 2026-01-12 17:45:03 +01:00
a1c009de6e add latest new section to frontpage
We use a custom override template (jinja) to generate a suitable list of
new items.

Also added first text for announcing our new user docs
2026-01-12 17:45:03 +01:00
865ce6dd34 merge and move support pages
this are now under the /support path, meaning that this is unified for
all clusters.
2026-01-12 17:45:03 +01:00
58b44f51b9 fix issue with the news page 2026-01-12 17:45:02 +01:00
280d4a76a0 minor fixes
* added back the HPCE logo to landing page
* activated the sticky tabs navigation feature (so navigation bar stays
  visible)
* added edit buttons to content (so users can _maybe_ help us in keeping
  our docs up to date)
2026-01-12 17:45:02 +01:00
884be481a4 update main Merlin7 page with production status, remove dead links 2026-01-12 17:45:02 +01:00
c0c1c681fd initial formatting changes complete 2026-01-12 17:44:58 +01:00
a83a18d9fc fixed all links now 2026-01-12 17:43:31 +01:00
8d5f487638 ensure headers have permalinks usable 2026-01-12 17:43:31 +01:00
1d21fc390f further fixes 2026-01-12 17:43:30 +01:00
5cbc746528 vibe #3 2026-01-12 17:43:30 +01:00
25c81a6b4d further vibing #2 2026-01-12 17:43:30 +01:00
42a937f71e add missing pages 2026-01-12 17:43:30 +01:00
2664690d34 vibed changes #1 2026-01-12 17:43:30 +01:00
8c9e8c7593 add all files to nav 2026-01-12 17:43:30 +01:00
f51cc6060b add software support m6 docs 2026-01-12 17:43:29 +01:00
5485cc53dc add merlin6 JB docs 2026-01-12 17:43:29 +01:00
2ad471685d refactored slurm general docs merlin6 2026-01-12 17:43:29 +01:00
192578fe18 give the userdoc its own color scheme
we use the Materials default one
2026-01-12 17:43:29 +01:00
0a4ab096e3 update merlin6 nomachine docs 2026-01-12 17:43:29 +01:00
f26d7c4352 add merlin6 quick start 2026-01-12 17:43:29 +01:00
dbfb393a71 refactor CSCS and Meg content 2026-01-12 17:43:29 +01:00
1d9c01572d first stab at mkdocs migration 2026-01-12 17:43:28 +01:00
4 changed files with 10 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -1,8 +1,7 @@
# Introduction # Introduction
!!! failure "Deprecated" !!! note
Merlin6 is no longer accessible for new users! Please have a look at Merlin6 is no longer accessible for new users! Please have a look at [Merlin 7](../merlin7/01-Quick-Start-Guide/introduction.md) instead.
[Merlin 7](../merlin7/01-Quick-Start-Guide/introduction.md) instead.
## Slurm clusters ## Slurm clusters
@@ -11,8 +10,7 @@ Comprised the **`merlin6`** CPU cluster and the
cluster (formally called [**`merlin5`**](../merlin5/cluster-introduction.md) is cluster (formally called [**`merlin5`**](../merlin5/cluster-introduction.md) is
kept active with best effort support. kept active with best effort support.
From July 2019, **`merlin6`** becomes the **default Slurm cluster** and any job From July 2019, **`merlin6`** becomes the **default Slurm cluster** and any job submitted from the login node will be submitted to that cluster if not.
submitted from the login node will be submitted to that cluster if not.
* Users can keep submitting to the old *`merlin5`* computing nodes by using the option ``--cluster=merlin5``. * Users can keep submitting to the old *`merlin5`* computing nodes by using the option ``--cluster=merlin5``.
* Users submitting to the **`gmerlin6`** GPU cluster need to specify the option ``--cluster=gmerlin6``. * Users submitting to the **`gmerlin6`** GPU cluster need to specify the option ``--cluster=gmerlin6``.
@@ -20,6 +18,6 @@ submitted from the login node will be submitted to that cluster if not.
### Slurm 'merlin6' ### Slurm 'merlin6'
**CPU nodes** are configured in a **Slurm** cluster, called **`merlin6`**, and **CPU nodes** are configured in a **Slurm** cluster, called **`merlin6`**, and
this is the ***default Slurm cluster***. Hence, by default, if no Slurm cluster this is the ***default Slurm cluster***. Hence, by default, if no Slurm cluster is
is specified (with the `--cluster` option), this will be the cluster to which specified (with the `--cluster` option), this will be the cluster to which the jobs
the jobs will be sent. will be sent.

View File

@@ -93,10 +93,7 @@ be tracked. In theory any (or all available projects) can be tracked, but due to
UNIX and Lustre permissions, accessing quotas information for a project you're not UNIX and Lustre permissions, accessing quotas information for a project you're not
a member of **is not possible**. a member of **is not possible**.
!!! tip "Updating the project config" If you are added/removed from a project, you can update this config file by
If you are added/removed from a project, you can update this config file by calling `merlin_quotas genconf --force` (notice the `--force`, which will overwrite
calling `merlin_quotas genconf --all-projects --force`. The your existing config file) or by editing the file by hand (*not recommended*).
`--all-projects` will fully check your possible membership to all projects,
and the `--force` will overwrite your existing config file. You can also
edit the file by hand (*not recommended*).

View File

@@ -6,7 +6,7 @@ site_url: https://hpce.pages.psi.ch
repo_name: "User Documentation Repository" repo_name: "User Documentation Repository"
repo_url: https://gitea.psi.ch/hpce/gitea-pages repo_url: https://gitea.psi.ch/hpce/gitea-pages
# TODO unsure if this works, branch needs to be changed from `mkdocs` to `main` # TODO unsure if this works, branch needs to be changed from `mkdocs` to `main`
edit_uri: _edit/master/docs/ edit_uri: _edit/mkdocs/docs/
# Copyright # Copyright
copyright: Copyright © 2025 HPC and Emerging Technologies Group/CSD @ Paul Scherrer Institut copyright: Copyright © 2025 HPC and Emerging Technologies Group/CSD @ Paul Scherrer Institut