aboutsummaryrefslogtreecommitdiff
path: root/test/test_recover.par
blob: 84a1803b130c66e64f6b498e01c3b94445200985 (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
38
39
40
# /*@@
#   @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"