aboutsummaryrefslogtreecommitdiff
path: root/test/test_recover.par
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-05-06 09:16:28 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-05-06 09:16:28 +0000
commitfe88d9e6f770a9d36acc8ffc02655a5c68fa8b7d (patch)
tree50c97ccae5cd94d5b65209ed2be3dd4cbe1783c7 /test/test_recover.par
parent4121f7f8af4cb1b3232319205129d9cef22e53b1 (diff)
Parameter names changes as announced in today's mail to users@cactuscode.org.
You must also update thorn IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@241 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'test/test_recover.par')
-rw-r--r--test/test_recover.par5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_recover.par b/test/test_recover.par
index 01f03dc..bd1f24b 100644
--- a/test/test_recover.par
+++ b/test/test_recover.par
@@ -23,7 +23,7 @@ IO::recover = "manual"
IO::recover_file = "WavetoyID.chkpt.it_0"
# ... to be found in directory ...
-IO::recovery_dir = "../../../arrangements/CactusPUGHIO/IOFlexIO/test/"
+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.
@@ -32,3 +32,6 @@ 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"