Compare commits
1 Commits
master
...
85afff725a
| Author | SHA1 | Date | |
|---|---|---|---|
|
85afff725a
|
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 27 KiB |
@@ -1,8 +1,7 @@
|
||||
# Introduction
|
||||
|
||||
!!! failure "Deprecated"
|
||||
Merlin6 is no longer accessible for new users! Please have a look at
|
||||
[Merlin 7](../merlin7/01-Quick-Start-Guide/introduction.md) instead.
|
||||
!!! note
|
||||
Merlin6 is no longer accessible for new users! Please have a look at [Merlin 7](../merlin7/01-Quick-Start-Guide/introduction.md) instead.
|
||||
|
||||
## Slurm clusters
|
||||
|
||||
@@ -11,8 +10,7 @@ Comprised the **`merlin6`** CPU cluster and the
|
||||
cluster (formally called [**`merlin5`**](../merlin5/cluster-introduction.md) is
|
||||
kept active with best effort support.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
* 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``.
|
||||
@@ -20,6 +18,6 @@ submitted from the login node will be submitted to that cluster if not.
|
||||
### Slurm 'merlin6'
|
||||
|
||||
**CPU nodes** are configured in a **Slurm** cluster, called **`merlin6`**, and
|
||||
this is the ***default Slurm cluster***. Hence, by default, if no Slurm cluster
|
||||
is specified (with the `--cluster` option), this will be the cluster to which
|
||||
the jobs will be sent.
|
||||
this is the ***default Slurm cluster***. Hence, by default, if no Slurm cluster is
|
||||
specified (with the `--cluster` option), this will be the cluster to which the jobs
|
||||
will be sent.
|
||||
|
||||
@@ -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
|
||||
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
|
||||
calling `merlin_quotas genconf --all-projects --force`. The
|
||||
`--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*).
|
||||
calling `merlin_quotas genconf --force` (notice the `--force`, which will overwrite
|
||||
your existing config file) or by editing the file by hand (*not recommended*).
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ site_url: https://hpce.pages.psi.ch
|
||||
repo_name: "User Documentation Repository"
|
||||
repo_url: https://gitea.psi.ch/hpce/gitea-pages
|
||||
# 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 © 2025 HPC and Emerging Technologies Group/CSD @ Paul Scherrer Institut
|
||||
|
||||
Reference in New Issue
Block a user