From 579ba2bbfdb7126cbb00093f36d9c1714fdfceb3 Mon Sep 17 00:00:00 2001 From: Derek Feichtinger Date: Mon, 24 Aug 2026 13:25:14 +0200 Subject: [PATCH] fix typo of unit in cpu_eff plots --- slurm-eff-tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slurm-eff-tool.py b/slurm-eff-tool.py index 619841b..04c14d8 100755 --- a/slurm-eff-tool.py +++ b/slurm-eff-tool.py @@ -1676,7 +1676,7 @@ def histo_graphs(out_rows: list[OutputRow], args: argparse.Namespace): "mem_eff": "", "planned_time": " (h)", "usedmem": " (GB)", - "vpu_eff": "", + "cpu_eff": "", "start": "", "time_eff": "", "walltime": " (h)"