Skip to content
Snippets Groups Projects
Commit adf8a041 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'pr_602' of gitlab.hrz.tu-chemnitz.de:zih/hpcsupport/hpc-compendium into pr_602

parents 986d509d 0bd3c8ad
No related branches found
No related tags found
2 merge requests!1164Automated merge from preview to main,!1152Add page for Capella
......@@ -25,7 +25,7 @@ The multi-GPU cluster `Capella` has been installed for AI-related computations a
HPC simulations. Capella is fully integrated into the ZIH HPC infrastructure.
Therefore, the usage should be similar to the other clusters.
## Hardware Resources
## Hardware Specifications
The hardware specification is documented on the page
[HPC Resources](hardware_overview.md#capella).
......@@ -45,7 +45,7 @@ provide further information on these two topics.
## Filesystems
As is the case with all other clusters, your `/home` directory is also available on `Capella`.
As with all other clusters, your `/home` directory is also available on `Capella`.
For reasons of convenience, the filesystems `horse` and `walrus` are also accessible.
Please note, that the filesystem `horse` **is not to be used** as working filesystem at the cluster
`Capella`.
......
......@@ -72,7 +72,7 @@ Modules GCC/11.3.0, OpenMPI/4.1.4, torchvision/0.13.1 and 62 dependencies loaded
Now, we check that we can access PyTorch:
```console
marie@{power9,alpha}$ python -c "import torch; print(torch.__version__)"
marie@power9 python -c "import torch; print(torch.__version__)"
```
The following example shows how to create a python virtual environment and import PyTorch.
......
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