aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-02-27 21:11:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-02-27 21:11:00 +0000
commit9746b0bf01491f560ca756534eb6db67b450fb5d (patch)
tree7cc4fca4c96f4161db462788cea4a71afceeebdc
parent5b8b477b42f8be0f524a91bfc6a8d7ca4047fc5a (diff)
Carpet: Improve screen messages of timing output
darcs-hash:20070227211148-dae7b-48f86bf43bae37224e78aa40e294eab909eafb6a.gz
-rw-r--r--Carpet/Carpet/src/Timing.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/Timing.cc b/Carpet/Carpet/src/Timing.cc
index 585731a9e..94e7248b3 100644
--- a/Carpet/Carpet/src/Timing.cc
+++ b/Carpet/Carpet/src/Timing.cc
@@ -178,10 +178,10 @@ namespace Carpet {
if (not silent) {
CCTK_VInfo (CCTK_THORNSTRING,
- "Local grid point updates per process per second: %g",
+ "This processor's grid point updates per second (local): %g",
double (* local_grid_points_per_second));
CCTK_VInfo (CCTK_THORNSTRING,
- "Total grid point updates per process per second: %g",
+ "Overall grid point updates per second (total) : %g",
double (* total_grid_points_per_second));
}