aboutsummaryrefslogtreecommitdiff
path: root/test/test_recover.par
blob: 225ffc297ebf9faa5f956ed61387d35b815ea148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# /*@@
#   @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
#   @version   $Id$
# @@*/

!DESC "Recover from a WaveToy ID checkpoint file in HDF5 format"

ActiveThorns = "Time WavetoyC IDScalarWaveC PUGH PUGHReduce PUGHSlab CartGrid3D CoordBase SymBase Boundary 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.
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/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.
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"