Skip to content
Snippets Groups Projects
Commit dfb71a70 authored by Sebastian Döbel's avatar Sebastian Döbel
Browse files

Linting

parent a30a6ec2
No related branches found
No related tags found
2 merge requests!1164Automated merge from preview to main,!1152Add page for Capella
# GPU Cluster Alpha Centauri # GPU Cluster Alpha Centauri
## Overview ## Overview
The multi-GPU cluster `Alpha Centauri` has been installed for AI-related computations (ScaDS.AI). The multi-GPU cluster `Alpha Centauri` has been installed for AI-related computations (ScaDS.AI).
## Details ## Details
......
...@@ -38,7 +38,6 @@ HPC resources at ZIH comprise a total of the **six systems**: ...@@ -38,7 +38,6 @@ HPC resources at ZIH comprise a total of the **six systems**:
All clusters will run with their own [Slurm batch system](slurm.md) and job submission is possible All clusters will run with their own [Slurm batch system](slurm.md) and job submission is possible
only from their respective login nodes. only from their respective login nodes.
## Login and Dataport Nodes ## Login and Dataport Nodes
- Login-Nodes - Login-Nodes
......
...@@ -17,7 +17,7 @@ components. ...@@ -17,7 +17,7 @@ components.
## Selection of Suitable Hardware ## Selection of Suitable Hardware
The six clusters The six clusters
[`Barnard`](barnard.md), [`Barnard`](barnard.md),
[`Alpha Centauri`](alpha_centauri.md), [`Alpha Centauri`](alpha_centauri.md),
[`Capella`](capella.md), [`Capella`](capella.md),
......
...@@ -19,7 +19,6 @@ partition `power` within the now decommissioned `Taurus` system. With the decomm ...@@ -19,7 +19,6 @@ partition `power` within the now decommissioned `Taurus` system. With the decomm
- Operating system: Alma Linux 8.7 - Operating system: Alma Linux 8.7
- Further information on the usage is documented below - Further information on the usage is documented below
## Usage ## Usage
If you want to use containers on `Power9`, please refer to the page If you want to use containers on `Power9`, please refer to the page
...@@ -35,7 +34,6 @@ support that allows a total bandwidth with up to 300 GB/s. Each node on the ...@@ -35,7 +34,6 @@ support that allows a total bandwidth with up to 300 GB/s. Each node on the
cluster `Power9` has six Tesla V100 GPUs. You can find a detailed specification of the cluster in our cluster `Power9` has six Tesla V100 GPUs. You can find a detailed specification of the cluster in our
[Power9 documentation](../jobs_and_resources/hardware_overview.md). [Power9 documentation](../jobs_and_resources/hardware_overview.md).
!!! note !!! note
The cluster `power` is based on the Power9 architecture, which means that the software built The cluster `power` is based on the Power9 architecture, which means that the software built
......
...@@ -4,9 +4,7 @@ This is an introduction of how to run machine learning applications on ZIH syste ...@@ -4,9 +4,7 @@ This is an introduction of how to run machine learning applications on ZIH syste
For machine learning purposes, we recommend to use the cluster `Alpha`, `Capella` and/or `Power9`. For machine learning purposes, we recommend to use the cluster `Alpha`, `Capella` and/or `Power9`.
The hardware specification of each cluster can be found in the [overview](../jobs_and_resources/hardware_overview.md) The hardware specification of each cluster can be found in the [overview](../jobs_and_resources/hardware_overview.md)
## Modules
### Modules
The way of loading modules is identical on each cluster. Here we show an example The way of loading modules is identical on each cluster. Here we show an example
on the cluster `alpha` how to load the module environment: on the cluster `alpha` how to load the module environment:
...@@ -14,10 +12,11 @@ The way of loading modules is identical on each cluster. Here we show an example ...@@ -14,10 +12,11 @@ The way of loading modules is identical on each cluster. Here we show an example
```console ```console
marie@alpha$ module load release/23.04 marie@alpha$ module load release/23.04
``` ```
!!! note !!! note
Software and their available versions may differ among the clusters. Check the available Software and their available versions may differ among the clusters. Check the available
modules with `module spider <module_name>` modules with `module spider <module_name>`
## Machine Learning via Console ## Machine Learning via Console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment