aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/checkpoint.parfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/checkpoint.parfile b/test/checkpoint.parfile
index ef80147..adc07c7 100644
--- a/test/checkpoint.parfile
+++ b/test/checkpoint.parfile
@@ -13,7 +13,7 @@
!DESC "Checkpoint Wavetoy ID in HDF5 file format"
-ActiveThorns = "Time WavetoyC IDScalarWaveC PUGH PUGHReduce PUGHSlab CoordBase CartGrid3D Boundary SymBase IOUtil IOBasic IOASCII IOHDF5Util IOHDF5"
+ActiveThorns = "Time WavetoyC IDScalarWaveC LocalReduce PUGH PUGHReduce PUGHSlab CoordBase CartGrid3D Boundary SymBase IOUtil IOBasic IOASCII IOHDF5Util IOHDF5"
# For the testsuite the output directory must be the basename
# of the recovery parameter file's filename
@@ -22,8 +22,8 @@ IO::out_dir = "test_recover"
# Checkpoint initial data into a single unchunked checkpoint file
# with basename 'WavetoyID' and place it into the current directory
IO::checkpoint_ID = "yes"
-IO::out_unchunked = "yes"
-IO::out_mode = "onefile"
+IO::out_unchunked = "yes"
+IO::out_mode = "onefile"
IO::checkpoint_ID_file = "WavetoyID.chkpt"
IO::checkpoint_dir = "."