aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-10-13 18:48:34 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2000-10-13 18:48:34 +0000
commit20c3441869225195a42e4c14ac500317deb82f0d (patch)
tree194d7b10792191e50c6b6b24cff0fc46a39792a7 /test
parentcc772cc0d4f20ce2b75a90fdd732afea6980873a (diff)
Use the C versions of the wavetoy thorns. Added grdoc.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@28 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'test')
-rw-r--r--test/checkpoint.parfile31
-rw-r--r--test/test_recover.par24
2 files changed, 47 insertions, 8 deletions
diff --git a/test/checkpoint.parfile b/test/checkpoint.parfile
index d337cdd..48fc289 100644
--- a/test/checkpoint.parfile
+++ b/test/checkpoint.parfile
@@ -1,9 +1,27 @@
+# checkpoint.par - Checkpoint WaveToy ID into an HDF5 checkpoint file
+# $Id$
+#
+# /*@@
+# @file checkpoint.par
+# @date Thu Oct 12 2000
+# @author Thomas Radke
+# @desc
+# Wavetoy parameter file
+# demonstrating checkpointing with IOHDF5.
+#
+# Run this parfile in conjunction with recover.par.
+# @enddesc
+# @history
+# Created from wavetoyc_none.par
+# @endhistory
+# @@*/
+
!DESC "Checkpoint Wavetoy ID in HDF5 file format"
-ActiveThorns = "Time WavetoyF77 IDScalarWave PUGH CartGrid3D IOUtil IOBasic IOASCII IOHDF5"
+ActiveThorns = "Time WavetoyC IDScalarWaveC PUGH CartGrid3D IOUtil IOBasic IOASCII IOHDF5Util IOHDF5"
-# Output directory must be the basename of the recovery parameter file's
-# filename
+# For the testsuite the output directory must be the basename
+# of the recovery parameter file's filename
IO::outdir = "test_recover"
# Checkpoint initial data into a single unchunked checkpoint file
@@ -14,12 +32,15 @@ IO::out3D_mode = "onefile"
IO::checkpoint_ID_file = "WavetoyID.chkpt"
IO::checkpoint_dir = "."
-# Say that the checkpoint file should be created by the IOHDF5 method
+# Give some verbose output while checkpointing
+IO::verbose = "yes"
+
+# Say that the checkpoint file should be created with the IOHDF5 IO method
IOHDF5::checkpoint = "yes"
############################################################################
# Down from here the original parameter settings from the
-# CactusWave/WaveToyF77/test/test_wavetoyf77.par test suite follow
+# CactusWave/WaveToyC/test/test_wavetoyc.par test suite follow
grid::type = "box"
diff --git a/test/test_recover.par b/test/test_recover.par
index 3a6958e..284321f 100644
--- a/test/test_recover.par
+++ b/test/test_recover.par
@@ -1,6 +1,24 @@
-!DESC "Recovery from WaveToy ID checkpoint file in HDF5 file format"
+# test_recover.par - Recover from WaveToy ID checkpoint file in HDF5 format
+# $Id$
+#
+# /*@@
+# @file test_recover.par
+# @date Thu Oct 12 2000
+# @author Thomas Radke
+# @desc
+# Wavetoy parameter file
+# demonstrating recovery with IOHDF5.
+#
+# Run this parfile in conjunction with checkpoint.par.
+# @enddesc
+# @history
+# Created from wavetoyc_none.par
+# @endhistory
+# @@*/
-ActiveThorns = "Time WavetoyF77 IDScalarWave PUGH CartGrid3D IOUtil IOBasic IOASCII IOHDF5"
+!DESC "Recover from a WaveToy ID checkpoint file in HDF5 format"
+
+ActiveThorns = "Time WavetoyC IDScalarWaveC PUGH CartGrid3D IOUtil IOBasic IOASCII IOHDF5Util IOHDF5"
# Say that we want to recover ...
# You can also try "auto" and omit the ".it_0" field in the recover_file.
@@ -10,7 +28,7 @@ IO::recover = "manual"
IO::recover_file = "WavetoyID.chkpt.it_0"
# ... to be found in directory ...
-IO::recovery_dir = "../../arrangements/CactusPUGHIO/IOHDF5/test/"
+IO::recovery_dir = "../../arrangements/AlphaThorns/IOHDF5/test/"
# Note that this parameter is restored to "yes" during parameter recovery.
# Since we don't need to checkpoint twice it is explicitely disabled here.