aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2008-02-20 22:56:51 +0000
committerschnetter <schnetter@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2008-02-20 22:56:51 +0000
commitea43ffae6e3ed06b1399827205862fb1758a07e0 (patch)
tree285ed97b55d30ff6adf1366f416b124998a307b5
parent42249ac12e400518bba3799bc9472e6fd887568c (diff)
Initialise timers at WRAGH instead of STARTUP, so that the clocks
already exist git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@56 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index cca4c9e..74dca51 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@ SCHEDULE Slab_InitMPIDatatypes AT startup after Driver_Startup
LANG: C
} "Create MPI datatypes for complex variables in C"
-SCHEDULE Slab_InitTimers AT startup
+SCHEDULE Slab_InitTimers AT wragh
{
LANG: C
} "Initialise timers"