aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-10-28 16:24:58 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-10-28 16:24:58 +0000
commit07bfa6ab7f02f5db6ca444ad36683b4d4cf72bf7 (patch)
tree2306ea2f3392e798c11e7b47c9fd2707c024a9e0 /src/ioFlexGH.h
parentb446c2dab4d1a041f9d0dc1c2fcd740a5b512870 (diff)
Added checkpointing for parameters. Still needs some optimization.
Recovery will follow soon. Also reactivated timers for checkpoint/recovery. Output this info needs to be improved somewhat. I like your timer stuff, Tom ! Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@65 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index 69d3d73..69f9cc9 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -97,6 +97,14 @@ typedef struct IOFlexIOGH {
/* slice point for 2D output */
int sp2xyz [3];
+ /* handles for different timers */
+ int dumpVarsTimer;
+ int dumpParamsTimer;
+ int checkpointTotalTimer;
+ int recoverVarsTimer;
+ int recoverParamsTimer;
+ int recoverTotalTimer;
+
} flexioGH;