summaryrefslogtreecommitdiff
path: root/src/main/InitialiseDataStructures.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-20 19:39:12 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-20 19:39:12 +0000
commitb4ed5b40f710a65cded827bcb4664e4e11061356 (patch)
treeaf95f98fa35bafb250a5c13429216fd4cc179d31 /src/main/InitialiseDataStructures.c
parent78328da62d78e81be8e7147fa26e6f30545cce2a (diff)
Some new timer stuff. Compiles and links under linux and NT, but
untested as yet. Still need to put in MPI time and the windows time stuff, as well as hardware counters, and still need to wrap schedule stuff with timers. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1074 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/InitialiseDataStructures.c')
-rw-r--r--src/main/InitialiseDataStructures.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/InitialiseDataStructures.c b/src/main/InitialiseDataStructures.c
index 1391b6ec..28a08fd5 100644
--- a/src/main/InitialiseDataStructures.c
+++ b/src/main/InitialiseDataStructures.c
@@ -38,6 +38,9 @@ static char *rcsid = "$Id$";
int InitialiseDataStructures(tFleshConfig *ConfigData)
{
+
+ CCTKi_RegisterDefaultTimerFunctions();
+
ConfigData->nGHs = 0;
ConfigData->GH = NULL;