Skip to content
Snippets Groups Projects
Commit a85c341c authored by Danny Marc Rotscher's avatar Danny Marc Rotscher
Browse files

Changed multithreading

parent afdeba5e
No related branches found
No related tags found
2 merge requests!741Automated merge from preview to main,!736WIP: Move partitions table into separate subsection
...@@ -71,7 +71,7 @@ The available compute nodes are grouped into logical (possibly overlapping) sets ...@@ -71,7 +71,7 @@ The available compute nodes are grouped into logical (possibly overlapping) sets
**partitions**. You can submit your job to a certain partition using the Slurm option **partitions**. You can submit your job to a certain partition using the Slurm option
`--partition=<partition-name>`. `--partition=<partition-name>`.
Some nodes have multithreading (SMT) enabled, so for every physical core allocated Some nodes have Multithreading (SMT) enabled, so for every physical core allocated
(e.g., with `SLURM_HINT=nomultithread`), you will always get `MB per Core`*`number of threads`, (e.g., with `SLURM_HINT=nomultithread`), you will always get `MB per Core`*`number of threads`,
because the memory of the other threads is allocated implicitly, too. because the memory of the other threads is allocated implicitly, too.
......
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