From ab07f9698949fe0bbb3ff16a380b0037df07d7d7 Mon Sep 17 00:00:00 2001 From: danjujan <44864658+danjujan@users.noreply.github.com> Date: Sat, 9 Sep 2023 15:37:11 +0200 Subject: [PATCH] Correct turbo and multithread settings description --- benchbuild/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchbuild/settings.py b/benchbuild/settings.py index 5f66659db..3e65f0bca 100644 --- a/benchbuild/settings.py +++ b/benchbuild/settings.py @@ -234,11 +234,11 @@ "default": True }, "multithread": { - "desc": "Hint SLURM to allow multithreading. (--hint=nomultithread)", + "desc": "Hint SLURM to disable multithreading. False adds --hint=nomultithread.", "default": False }, "turbo": { - "desc": "Disable Intel Turbo Boost via SLURM. (--pstate-turbo=off)", + "desc": "Enable Intel Turbo Boost via SLURM. False adds --pstate-turbo=off.", "default": False }, "logs": {