aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2012-01-11 21:44:26 +0000
committerknarf <knarf@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2012-01-11 21:44:26 +0000
commit76e00e89876cc82865e52f7fa7c01f5914366c50 (patch)
treeba63df370999df489f92da8fd20ae0a24aa76544 /param.ccl
parentea1ca471ae4b1b430ee85eb765a3c5dc77b8de9a (diff)
make checkpoint_dir steerable. This requires the checkpoint_dir to be created not only at startup, and the only point in which this can be helped with in this thorn is in IOUtil_AssembleFilename() which is called by using thorns to get the file name of the checkpoint - this is repeated there now
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@286 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index affe632..da9f22f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -167,7 +167,7 @@ STRING recover_file "Basename of recovery file" STEERABLE = ALWAYS
{
".+" :: "A valid filename"
} "checkpoint.chkpt"
-STRING checkpoint_dir "Output directory for checkpoint files" STEERABLE = RECOVER
+STRING checkpoint_dir "Output directory for checkpoint files" STEERABLE = ALWAYS
{
".+" :: "A valid directory name"
} "."