# /*@@ # @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 # @version $Id$ # @@*/ !DESC "Recovery from WaveToy ID checkpoint file in IEEEIO file format" ActiveThorns = "PUGH PUGHReduce PUGHSlab" ActiveThorns = "CoordBase CartGrid3D SymBase Boundary Time" ActiveThorns = "IOUtil IOBasic IOASCII IOFlexIO FlexIO LocalReduce" ActiveThorns = "WavetoyC IDScalarWaveC" # Say that we want to recover ... # You can also try "auto" and omit the ".it_0" field in the recover_file. IO::recover = "manual" # ... from a ID checkpoint file with basename ... IO::recover_file = "WavetoyID.chkpt.it_0" # ... to be found in directory ... IO::recover_dir = "../../../arrangements/CactusPUGHIO/IOFlexIO/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. IO::checkpoint_ID = "no" # disable output of file information (parameter filename, creation date) # because this could cause diffs when running the testsuite IO::out_fileinfo = "none" # do not use the new scheme for names of output files IO::new_filename_scheme = "no"