aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/configuration.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-12-21 19:19:38 -0500
committerErik Schnetter <schnetter@gmail.com>2012-12-21 19:19:38 -0500
commita60b2971fc200c8f30e43579beb3770ff30af422 (patch)
treec3336e5048ae8f83829d881aa8290fde8b101e7a /Carpet/CarpetLib/configuration.ccl
parent2c6ced8b7e84af5509e58d09865a88b52385321e (diff)
CarpetLib, CycleClock: Move cycle counting clock into its own thorn
New thorn CycleClock, mostly taken out of CarpetLib. This thorn provides an (almost) cycle-accurate clock, taken from FFTW. This clock is both directly accessible, and is also wrapped in a Cactus clock. Note: Applying this commit will require adding thorn CycleClock to thorn lists and parameter files.
Diffstat (limited to 'Carpet/CarpetLib/configuration.ccl')
-rw-r--r--Carpet/CarpetLib/configuration.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/configuration.ccl b/Carpet/CarpetLib/configuration.ccl
index a77f237fc..12ba9306c 100644
--- a/Carpet/CarpetLib/configuration.ccl
+++ b/Carpet/CarpetLib/configuration.ccl
@@ -6,7 +6,7 @@ PROVIDES CarpetLib
LANG
}
-REQUIRES MPI Vectors
+REQUIRES CycleClock MPI Vectors
OPTIONAL LoopControl MPI
{