aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2006-08-08 08:05:38 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2006-08-08 08:05:38 +0000
commit1f6853a98b2ff9be6a5de4d6414c920c46e5cce4 (patch)
tree5eeee9c759e157664d941fe7c82a69cbd297e711
parentb1ac1044335dcaf3189c343c2862245b2875aa86 (diff)
Added LocalReduce to ActiveThorns list.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@228 4825ed28-b72c-4eae-9704-e50c059e567d
-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 = "."