From c473f50cba5eab415d616bce12571508c5e575be Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 13 Oct 2000 18:43:07 +0000 Subject: Use the C versions of the wavetoy thorns. Added grdoc. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@163 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- test/checkpoint.parfile | 25 +++++++++++++++++++++++-- test/test_recover.par | 20 +++++++++++++++++++- 2 files changed, 42 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/checkpoint.parfile b/test/checkpoint.parfile index b77ec28..dcf1c7d 100644 --- a/test/checkpoint.parfile +++ b/test/checkpoint.parfile @@ -1,6 +1,24 @@ +# checkpoint.par - Checkpoint WaveToy ID into an IEEEIO checkpoint file +# $Id$ +# +# /*@@ +# @file checkpoint.par +# @date Thu Oct 12 2000 +# @author Thomas Radke +# @desc +# Wavetoy parameter file +# demonstrating checkpointing with IOFlexIO. +# +# Run this parfile in conjunction with recover.par. +# @enddesc +# @history +# Created from wavetoyc_none.par +# @endhistory +# @@*/ + !DESC "Checkpoint Wavetoy ID in IEEEIO file format" -ActiveThorns = "Time PUGHSlab WavetoyF77 IDScalarWave PUGH CartGrid3D IOUtil IOBasic IOASCII IOFlexIO" +ActiveThorns = "Time PUGHSlab WavetoyC IDScalarWaveC PUGH CartGrid3D IOUtil IOBasic IOASCII IOFlexIO" # Output directory must be the basename of the recovery parameter file's # filename @@ -14,12 +32,15 @@ IO::out3D_mode = "onefile" IO::checkpoint_ID_file = "WavetoyID.chkpt" IO::checkpoint_dir = "." +# Give some verbose output while checkpointing +IO::verbose = "yes" + # Say that the checkpoint file should be created by the IOFlexIO method IOFlexIO::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 913a705..ad66d50 100644 --- a/test/test_recover.par +++ b/test/test_recover.par @@ -1,6 +1,24 @@ +# test_recover.par - Recover from WaveToy ID checkpoint file in IEEEIO format +# $Id$ +# +# /*@@ +# @file test_recover.par +# @date Thu Oct 12 2000 +# @author Thomas Radke +# @desc +# Wavetoy parameter file +# demonstrating recovery with IOFlexIO. +# +# Run this parfile in conjunction with checkpoint.par. +# @enddesc +# @history +# Created from wavetoyc_none.par +# @endhistory +# @@*/ + !DESC "Recovery from WaveToy ID checkpoint file in IEEEIO file format" -ActiveThorns = "Time WavetoyF77 IDScalarWave PUGH CartGrid3D IOUtil IOBasic IOASCII IOFlexIO" +ActiveThorns = "Time WavetoyC IDScalarWaveC PUGH CartGrid3D IOUtil IOBasic IOASCII IOFlexIO" # Say that we want to recover ... # You can also try "auto" and omit the ".it_0" field in the recover_file. -- cgit v1.2.3