From 8b6a7f502463f50478c6b3b885c6057efadcf5b7 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 1 Feb 2000 17:51:28 +0000 Subject: 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 --- param.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'param.ccl') 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" -- cgit v1.2.3