aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Evolve.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-01-13 01:40:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-01-13 01:40:00 +0000
commit31d22715456c2bda864140a7c1adeaf775d3e715 (patch)
tree7789741a01307d2ff1f1d9afaa05330036d7e993 /Carpet/Carpet/src/Evolve.cc
parentd18847926bdd84a830b69c679676674dbd9207a5 (diff)
Carpet: Update Carpet timing statistics
Correct the calculation of the wall time which was spent in the simulation. Update the calculation of the number of buffer zones. darcs-hash:20070113014002-dae7b-e9008f950a480975777a34e52a64912b1fbfbba1.gz
Diffstat (limited to 'Carpet/Carpet/src/Evolve.cc')
-rw-r--r--Carpet/Carpet/src/Evolve.cc26
1 files changed, 0 insertions, 26 deletions
diff --git a/Carpet/Carpet/src/Evolve.cc b/Carpet/Carpet/src/Evolve.cc
index 12f66cf22..23c5b156e 100644
--- a/Carpet/Carpet/src/Evolve.cc
+++ b/Carpet/Carpet/src/Evolve.cc
@@ -16,29 +16,6 @@
-// IRIX wants this before <time.h>
-#if HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
-#if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# if HAVE_SYS_TIME_H
-# include <sys/time.h>
-# elif HAVE_TIME_H
-# include <time.h>
-# endif
-#endif
-
-#if HAVE_UNISTD_H
-# include <fcntl.h>
-# include <unistd.h>
-#endif
-
-
-
namespace Carpet {
using namespace std;
@@ -67,9 +44,6 @@ namespace Carpet {
int const convlev = 0;
cGH* cctkGH = fc->GH[convlev];
- // Timing statistics
- InitTiming (cctkGH);
-
// Main loop
static Timer timer (timerSet(), "Evolve");
timer.start();