aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-02-28 02:29:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-02-28 02:29:00 +0000
commitb3472f7acdc2c2d521e54606cdd56d7ef62d0e00 (patch)
tree0786a65d92dce707ebbaaf67a5cc20e12bcbf3bc /Carpet/Carpet/interface.ccl
parenta85962507abafd489a4e15fbca4b3e4597c110a0 (diff)
Carpet: Output also total number of grid point updates
Store also the total number of grid point updates. darcs-hash:20070228022945-dae7b-67d68f41e0ef70fdaf2e411865bb58d3405a9279.gz
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 82fca2123..9930cf755 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -155,9 +155,12 @@ CCTK_REAL timing TAGS='checkpoint="no"'
physical_time_per_hour
local_grid_points_per_second
total_grid_points_per_second
+ local_grid_point_updates_count
+ total_grid_point_updates_count
} "Physical timing information"
CCTK_REAL timing2 TYPE=array DIM=1 SIZE=1 DISTRIB=constant TAGS='checkpoint="no"'
{
grid_points_per_second
+ grid_point_updates_count
} "Per-processor timing information"