Skip to content
Snippets Groups Projects
Commit c46d22bd authored by Noah Löwer's avatar Noah Löwer
Browse files

lint fix

parent b32da79c
No related branches found
No related tags found
3 merge requests!1103Automated merge from preview to main,!1102Automated merge from preview to main,!1087update pika.md
......@@ -94,9 +94,11 @@ If the current partition supports simultaneous multithreading (SMT) the maximum
threads per physical core is displayed in the SMT column. The Slurm configuration on ZIH systems
disables SMT by default. Therefore, in the example below, only a maximum CPU usage of 0.5 can be
achieved, as PIKA determines the average value over two hardware threads per physical core.
If you want to use SMT, you must set the Slurm environment variable `SLURM_HINT=multithread`. In this case, `srun` distributes the tasks to all available hardware threads, thus a CPU usage of 1 can be reached. However, the SMT
configuration only refers to the `srun` command. For single node jobs without `srun` command the
tasks are automatically distributed to all available hardware threads.
If you want to use SMT, you must set the Slurm environment variable `SLURM_HINT=multithread`.
In this case, `srun` distributes the tasks to all available hardware threads, thus a CPU usage of 1
can be reached. However, the SMT configuration only refers to the `srun` command. For single node
jobs without `srun` command the tasks are automatically distributed to all available hardware
threads.
![SMT Mode](misc/pika_smt_2.png)
{: align="center"}
......
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