From 900dc4a77378fff0144d44740427b419d9975c12 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 28 Jun 2004 12:42:58 +0000 Subject: 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 --- src/CheckpointRecovery.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.3