aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-02-01 17:51:28 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2000-02-01 17:51:28 +0000
commit8b6a7f502463f50478c6b3b885c6057efadcf5b7 (patch)
treea2fde7c8626e6731a1eecd1f956f9d3a95be55cd /param.ccl
parenta7b1e78cf282e8b87ed3485960787ec912b027b8 (diff)
Declare all the 'outXXX_every' and 'outXXX_vars' parameters as STEERABLE = ALWAYS.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@45 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 7981352..68670e0 100644
--- a/param.ccl
+++ b/param.ccl
@@ -26,7 +26,7 @@ STRING outdir "Name of IO output directory"
########################
# How often to do output
########################
-INT out_every "How often to do IO output"
+INT out_every "How often to do IO output" STEERABLE = ALWAYS
{
-1:* ::
} -1
@@ -53,7 +53,7 @@ BOOLEAN print_timing_info "Print timing information on I/O operations."
KEYWORD out3D_mode "Which mode for 3D IO"
{
"proc" :: "every processor writes its share of data into a separate file"
- "np" :: "data is collected and written by every N'th processor into a separate file, where N is specified by the parameter ioproc_every"
+ "np" :: "data is collected and written by every N'th processor into a separate file, where N is specified by the parameter out3D_procs"
"onefile" :: "all output is written into a single file by processor 0"
} "proc"