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

Apply 2 suggestion(s) to 2 file(s)

parent 7e4fa9b6
No related branches found
No related tags found
2 merge requests!1164Automated merge from preview to main,!1152Add page for Capella
...@@ -60,7 +60,7 @@ We have created three profiles for each cluster, namely: ...@@ -60,7 +60,7 @@ We have created three profiles for each cluster, namely:
| Barnard | 1 core, 1.5 GB, 1 hour | x86_64 (Intel) | Python programming | | Barnard | 1 core, 1.5 GB, 1 hour | x86_64 (Intel) | Python programming |
| Barnard | 2 core, 3 GB, 4 hours | x86_64 (Intel) | Julia and R programming | | Barnard | 2 core, 3 GB, 4 hours | x86_64 (Intel) | Julia and R programming |
| Barnard | 4 core, 8 GB, 8 hours | x86_64 (Intel) | | | Barnard | 4 core, 8 GB, 8 hours | x86_64 (Intel) | |
| Capella | 1 core, 1.5 GB 1 hour | x86_64 (AMD) | Python programming | | Capella | 1 core, 1.5 GB, 1 hour | x86_64 (AMD) | Python programming |
| Capella | 2 core, 3 GB, 4 hours | x86_64 (AMD) | R programming | | Capella | 2 core, 3 GB, 4 hours | x86_64 (AMD) | R programming |
| Capella | 4 core, 8 GB, 8 hours | x86_64 (AMD) | | | Capella | 4 core, 8 GB, 8 hours | x86_64 (AMD) | |
| Romeo | 1 core, 1.5 GB 1 hour | x86_64 (AMD) | Python programming | | Romeo | 1 core, 1.5 GB 1 hour | x86_64 (AMD) | Python programming |
......
...@@ -59,8 +59,8 @@ Wait until you receive a message with further instructions on how to connect to ...@@ -59,8 +59,8 @@ Wait until you receive a message with further instructions on how to connect to
```console ```console
marie@local$ ssh -XC marie@login1.capella.hpc.tu-dresden.de marie@local$ ssh -XC marie@login1.capella.hpc.tu-dresden.de
marie@login$ ml release/24.04 GCCcore/12.2.0 marie@login$ module load release/24.04 GCCcore/12.2.0
marie@login$ ml Python/3.10.8 marie@login$ module load Python/3.10.8
marie@login$ source /software/util/JupyterLab/barnard/jupyterlab-4.0.4/bin/activate marie@login$ source /software/util/JupyterLab/barnard/jupyterlab-4.0.4/bin/activate
marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty --gres=gpu:1 bash -l marie@login$ srun --nodes=1 --ntasks=1 --cpus-per-task=4 --mem-per-cpu=8192 --x11 --pty --gres=gpu:1 bash -l
marie@compute$ jupyter lab -y marie@compute$ jupyter lab -y
......
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