From 3c493a0ca4a871ca8be29dd11b15bdae3bf34ef3 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 18 Apr 2000 12:14:15 +0000 Subject: Changed type of the IO::recover parameter from BOOLEAN to KEYWORD with ranges "no" :: "Don't recover" "manual" :: "Recover from the checkpoint file given as /" "yes" :: "Same as \"manual\" (this value is depricated)" "auto" :: "Automatically recover from the latest checkpoint file found in " with "no" being the default. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@57 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- param.ccl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index b6ed4e4..7eae3b3 100644 --- a/param.ccl +++ b/param.ccl @@ -98,8 +98,12 @@ BOOLEAN checkpoint_ID "Checkpoint initial data ?" STEERABLE = RECOVER BOOLEAN checkpoint_keep_all "Keep all checkpoint files ?" STEERABLE = RECOVER { } "no" -BOOLEAN recover "Recover from a checkpoint file ?" STEERABLE = RECOVER +KEYWORD recover "Recover from a checkpoint file ?" STEERABLE = RECOVER { + "no" :: "Don't recover" + "manual" :: "Recover from the checkpoint file given as /" + "yes" :: "Same as \"manual\" (this value is depricated)" + "auto" :: "Automatically recover from the latest checkpoint file found in " } "no" INT checkpoint_every "Checkpoint every x iterations" STEERABLE = RECOVER { -- cgit v1.2.3