aboutsummaryrefslogtreecommitdiff
path: root/par/recover.par
blob: ac46a595223842adb05e5a268bb252c5ae0c70e9 (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
# recover.par - recover from a streamed checkpoint file
# $Id$
#
# /*@@
#   @file      recover.par
#   @date      Thu Oct 12 2000
#   @author    Thomas Radke
#   @desc
#              Wavetoy parameter file
#              demonstrating recovery with IOStreamedHDF5.
#
#              Run this parfile in conjunction with checkpoint.par.
#   @enddesc
#   @history
#              Created from wavetoyc_none.par
#   @endhistory
# @@*/          

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

ActiveThorns = "Boundary localreduce IDScalarWaveC Time WaveToyC PUGH PUGHReduce PUGHSlab CartGrid3D CoordBase SymBase IOUtil IOBasic IOHDF5Util IOStreamedHDF5 Socket"
 

# set the recovery mode to "manual" since "auto" wouldn't make sense here
IO::recover = "manual"

# tell Cactus where to recover from
IO::recover_file = "localhost:8001"

# switch off checkpointing which otherwise would be enabled
# after parameter recovery
IO::checkpoint_every = 0

# print some verbose output and timing information
IO::verbose = "standard"
IO::print_timing_info = "yes"