Skip to content
Snippets Groups Projects
Commit 7a21732a authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Explained multithreading memory

parent ec828f0c
No related branches found
No related tags found
2 merge requests!483Automated merge from preview to main,!462Update doc.zih.tu-dresden.de/docs/jobs_and_resources/partitions_and_limits.md
...@@ -75,9 +75,10 @@ be aware of the limits shown in the following table. ...@@ -75,9 +75,10 @@ be aware of the limits shown in the following table.
!!! note !!! note
The ML nodes have 4way-SMT, so for every physical core allocated (e.g., with Some nodes have multithreading (SMT) enabled, so for every physical core allocated
`SLURM_HINT=nomultithread`), you will always get 4*1443 MB, because the memory of the other (e.g., with `SLURM_HINT=nomultithread`), you will always get `MB per Core`*`number of threads`,
threads is allocated implicitly, too. because the memory of the other threads is allocated implicitly, too.
Those nodes are marked with an asterisk.
Some of the partitions, denoted with a double asterisk, have a counterpart for interactive Some of the partitions, denoted with a double asterisk, have a counterpart for interactive
jobs. These partitions have a `-interactive` suffix (e.g. `ml-interactive`) and have the same jobs. These partitions have a `-interactive` suffix (e.g. `ml-interactive`) and have the same
configuration. configuration.
......
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