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

add how to enable smt on alpha

parent 4cb1e902
No related branches found
No related tags found
2 merge requests!835Automated merge from preview to main,!821Resolve "Romeo SMT enabled by default?"
This commit is part of merge request !821. Comments created here will be created in the context of that merge request.
......@@ -12,6 +12,15 @@ The hardware specification is documented on the page
The NVIDIA A100 GPUs may only be used with **CUDA 11** or later. Earlier versions do not
recognize the new hardware properly. Make sure the software you are using is built with CUDA11.
There is a total of 48 physical cores in each node. SMT is also active, so in total, 96 logical
cores are available per node.
!!! note
Multithreading is disabled per default in a job. To make use of it include the Slurm parameter
`--hint=multithread` in your job script or command line, or set the environment variable
`SLURM_HINT=multithread` before job submission.
### Modules
The easiest way is using the [module system](../software/modules.md).
......
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