@@ -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