aboutsummaryrefslogtreecommitdiff
path: root/test/test_recover.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_recover.par')
-rw-r--r--test/test_recover.par17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/test_recover.par b/test/test_recover.par
new file mode 100644
index 0000000..913a705
--- /dev/null
+++ b/test/test_recover.par
@@ -0,0 +1,17 @@
+!DESC "Recovery from WaveToy ID checkpoint file in IEEEIO file format"
+
+ActiveThorns = "Time WavetoyF77 IDScalarWave 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"