aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-06-28 12:42:58 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-06-28 12:42:58 +0000
commit900dc4a77378fff0144d44740427b419d9975c12 (patch)
treeb004345da34b18b6949f3c331943933f54aecd33
parentf04e11298bf914d8275f1ab6b67141b66c72f94b (diff)
Don't generate separate checkpoint filenames for different refinement levels.
PUGH doesn't care, and Carpet stores everything into a single checkpoint file. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@211 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--src/CheckpointRecovery.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c
index e1d7cb1..0831a25 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -215,6 +215,7 @@ void IOUtil_PrepareFilename (const cGH *GH,
break;
}
+#if 0
/* add refinement factor and convergence level (med/low) inbetween: */
/* FIXME Gab ... asymmetric levfac */
if (GH)
@@ -228,6 +229,7 @@ void IOUtil_PrepareFilename (const cGH *GH,
strcat (fname, GH->cctk_convlevel == 1 ? "med_" : "low_");
}
}
+#endif
/* If checkpoint filename, merge in the iteration number
and for chunked files also the file number */