aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/Carpet/src/Timing.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/Timing.cc b/Carpet/Carpet/src/Timing.cc
index cdc9e3f79..0af37f964 100644
--- a/Carpet/Carpet/src/Timing.cc
+++ b/Carpet/Carpet/src/Timing.cc
@@ -148,7 +148,8 @@ namespace Carpet {
CCTK_REAL const updates_per_second = total_updates / elapsed_walltime;
CCTK_VInfo (CCTK_THORNSTRING,
- "Grid points per second: %g", double (updates_per_second));
+ "Grid point updates per process per second: %g",
+ double (updates_per_second));
#if 0
CCTK_REAL const updates_per_second_2 = ipow (updates_per_second, 2);