Added Slurm architecture

This commit is contained in:
2019-06-28 20:04:12 +02:00
parent 9cfb24828e
commit 90340bd38b
2 changed files with 17 additions and 5 deletions

View File

@ -12,9 +12,11 @@ On the first Monday of each month the Merlin6 cluster might be subject to interr
Users will be informed with at least one week in advance when a downtime is scheduled for the next month. Users will be informed with at least one week in advance when a downtime is scheduled for the next month.
Downtimes will be informed to users through the <merlin-users@lists.psi.ch> mail list. Also, a detailed description Downtimes will be informed to users through the <merlin-users@lists.psi.ch> mail list. Also, a detailed description
for the nexts scheduled interventions will be available in [Next Scheduled Downtimes](## Next Scheduled Downtimes)). for the nexts scheduled interventions will be available in [Next Scheduled Downtimes](/merlin6/downtimes.html#next-scheduled-downtimes)).
### Scheduled Downtime Draining Policy ---
## Scheduled Downtime Draining Policy
Scheduled downtimes mostly affecting the storage and Slurm configurantions may require draining the nodes. Scheduled downtimes mostly affecting the storage and Slurm configurantions may require draining the nodes.
When this is required, users will be informed accordingly. Two different types of draining are possible: When this is required, users will be informed accordingly. Two different types of draining are possible:
@ -33,7 +35,7 @@ Unless explicitly specified, the default draining policy for each partition will
Finally, **remaining running jobs will be killed** by default when the downtime starts. In some specific rare cases jobs will be Finally, **remaining running jobs will be killed** by default when the downtime starts. In some specific rare cases jobs will be
just *paused* and *resumed* back when the downtime finished. just *paused* and *resumed* back when the downtime finished.
#### Draining Policy Summary ### Draining Policy Summary
The following table contains a summary of the draining policies during a Schedule Downtime: The following table contains a summary of the draining policies during a Schedule Downtime:

View File

@ -23,6 +23,16 @@ of GPU-based resources which are mostly used by the BIO experiments.
--- ---
## Merlin6 ## Merlin6 Architecture
![Merlin6 Architecture]({{ "/images/merlinschema3.png" }}) ### Merlin6 Cluster Architecture Diagram
The following image shows the Merlin6 cluster architecture diagram:
![Merlin6 Architecture Diagram]({{ "/images/merlinschema3.png" }})
### Merlin5 + Merlin6 Slurm Cluster Architecture Design
The following image show the Slurm architecture design for the Merlin5 & Merlin6 clusters:
![Merlin6 Slurm Architecture Design]({{ "/images/merlin-slurm-architecture.png" }})