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

Merge branch 'gupa977e--tu-dresden.de-preview-patch-09838' into 'preview'

#386 solve

Closes #386

See merge request !671
parents 220d81f0 b9397088
No related branches found
No related tags found
2 merge requests!687Automated merge from preview to main,!671#386 solve
...@@ -9,7 +9,7 @@ Each node uses a different [module environment](modules.md#module-environments): ...@@ -9,7 +9,7 @@ Each node uses a different [module environment](modules.md#module-environments):
* [NVIDIA Tesla K80 GPUs nodes](../jobs_and_resources/hardware_overview.md#island-2-phase-2-intel-haswell-cpus-nvidia-k80-gpus) * [NVIDIA Tesla K80 GPUs nodes](../jobs_and_resources/hardware_overview.md#island-2-phase-2-intel-haswell-cpus-nvidia-k80-gpus)
(partition `gpu2`): use the default `scs5` module environment (`module switch modenv/scs5`). (partition `gpu2`): use the default `scs5` module environment (`module switch modenv/scs5`).
* [NVIDIA Tesla V100 nodes](../jobs_and_resources/hardware_overview.md#ibm-power9-nodes-for-machine-learning) * [NVIDIA Tesla V100 nodes](../jobs_and_resources/hardware_overview.md#ibm-power9-nodes-for-machine-learning)
(partition `ml`): use the `ml` module environment (`modenv switch modenv/ml`) (partition `ml`): use the `ml` module environment (`module switch modenv/ml`)
* [NVIDIA A100 nodes](../jobs_and_resources/hardware_overview.md#amd-rome-cpus-nvidia-a100) * [NVIDIA A100 nodes](../jobs_and_resources/hardware_overview.md#amd-rome-cpus-nvidia-a100)
(partition `alpha`): use the `hiera` module environment (`module switch modenv/hiera`) (partition `alpha`): use the `hiera` module environment (`module switch modenv/hiera`)
...@@ -81,7 +81,7 @@ Alternatively, you can work on the partitions interactively: ...@@ -81,7 +81,7 @@ Alternatively, you can work on the partitions interactively:
```bash ```bash
marie@login$ srun --partition=<partition>-interactive --gres=gpu:<N> --pty bash marie@login$ srun --partition=<partition>-interactive --gres=gpu:<N> --pty bash
marie@compute$ module purge; modenv switch modenv/<env> marie@compute$ module purge; module switch modenv/<env>
``` ```
## Directive Based GPU Programming ## Directive Based GPU Programming
......
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