aboutsummaryrefslogtreecommitdiff
path: root/test/test_recover.par
blob: ad66d50ef5c9b2717787dabc85dfdf5dcab049b5 (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
# 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 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.
IO::recover       = "manual"

# ... from a ID checkpoint file with basename ...
IO::recover_file  = "WavetoyID.chkpt.it_0"

# ... to be found in directory ...
IO::recovery_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"