From ea43ffae6e3ed06b1399827205862fb1758a07e0 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 20 Feb 2008 22:56:51 +0000 Subject: 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 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3