From 1e9c976c05440b68488c22520e4f060fe62f58e4 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Wed, 25 Jan 2023 10:44:29 +0100
Subject: [PATCH] Fix spelling, stick to the rules

---
 doc.zih.tu-dresden.de/docs/software/pika.md | 16 ++++++++--------
 doc.zih.tu-dresden.de/wordlist.aspell       |  2 ++
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/pika.md b/doc.zih.tu-dresden.de/docs/software/pika.md
index 536328af7..308b17f8a 100644
--- a/doc.zih.tu-dresden.de/docs/software/pika.md
+++ b/doc.zih.tu-dresden.de/docs/software/pika.md
@@ -78,13 +78,13 @@ measured simultaneously.
     exclusive job!
 
 If the current partition supports simultaneous multithreading (SMT) the maximum number of hardware
-threads per physical core is displayed in the SMT column. The SLURM configuration on Taurus disables
-SMT by default. Therefore, in the example below, only a maximum CPU usage of 0.5 can be achieved,
-since PIKA combines 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.
+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, since PIKA combines 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.
 
 ![SMT Mode](misc/pika_smt_2.png)
 {: align="center"}
@@ -160,7 +160,7 @@ instruction.
 ![CPU Idle](misc/pika_cpu_idle.png)
 {: align="center"}
 
-![IO Blocking](misc/pika_io_block.png)
+![I/O Blocking](misc/pika_io_block.png)
 {: align="center"}
 
 ![Memory Leaking](misc/pika_mem_leak.png)
diff --git a/doc.zih.tu-dresden.de/wordlist.aspell b/doc.zih.tu-dresden.de/wordlist.aspell
index 18b8555ca..54c0092c1 100644
--- a/doc.zih.tu-dresden.de/wordlist.aspell
+++ b/doc.zih.tu-dresden.de/wordlist.aspell
@@ -172,6 +172,7 @@ ifort
 ImageNet
 img
 Infiniband
+InfluxDB
 init
 inode
 Instrumenter
@@ -248,6 +249,7 @@ multicore
 multiphysics
 Multiphysics
 multithreaded
+multithreading
 Multithreading
 NAMD
 Nationales
-- 
GitLab