From 5f9abbb8d0a3d44a5551fbf50e32bc885a14f4d3 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Mon, 30 Jan 2023 18:28:17 +0000 Subject: [PATCH] minor label fix --- Grid/Benchmark_Grid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/Benchmark_Grid.cpp b/Grid/Benchmark_Grid.cpp index 6b29b35..ae71449 100644 --- a/Grid/Benchmark_Grid.cpp +++ b/Grid/Benchmark_Grid.cpp @@ -144,7 +144,7 @@ class Benchmark << nmu << " dimensions" << std::endl; grid_small_sep(); grid_printf("%5s %5s %15s %15s %15s %15s %15s\n", "L", "dir", "payload (B)", - "time (usec)", "rate (GB/s)", "std dev", "max"); + "time (usec)", "rate (GB/s/node)", "std dev", "max"); for (int lat = 16; lat <= maxlat; lat += 8) {