Skip to content
Snippets Groups Projects

Resolve "Romeo SMT enabled by default?"

Merged Sebastian Döbel requested to merge 476-fix-remeo-smt into preview
Files
3
@@ -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).
Loading