From 9e4de2baa56d47db133817d4e208ad7569d544fd Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 20 Jan 2003 12:08:33 +0000 Subject: Removed old I/O parameters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@182 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- param.ccl | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/param.ccl b/param.ccl index 4a5f94c..a22931d 100644 --- a/param.ccl +++ b/param.ccl @@ -14,10 +14,6 @@ STRING out_dir "Default output directory" STEERABLE = RECOVER { .+ :: "A valid directory name" } "." -STRING outdir "Default output directory (DEPRECATED IN BETA12)" STEERABLE = RECOVER -{ - .+ :: "A valid directory name" -} "." ######################## # How often to do output @@ -36,8 +32,6 @@ KEYWORD verbose "Level of screen output for I/O" STEERABLE = ALWAYS "none" :: "No output" "standard" :: "Initial description for each I/O method" "full" :: "Maximal output" - "yes" :: "Same as \"standard\" (DEPRECATED IN BETA12)" - "no" :: "Same as \"none\" (DEPRECATED IN BETA12)" } "standard" BOOLEAN print_timing_info "Print timing information on I/O operations." STEERABLE = RECOVER { @@ -62,21 +56,11 @@ KEYWORD out_mode "Which mode to use for output" STEERABLE = RECOVER "np" :: "Data is collected and written by every N'th processor into a separate file, where N is specified by the parameter IO::out_proc_every" "onefile" :: "All output is written into a single file by processor 0" } "proc" -KEYWORD out3D_mode "Which mode to use for output (DEPRECATED IN BETA12)" STEERABLE = RECOVER -{ - "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 IO::out_proc_every" - "onefile" :: "All output is written into a single file by processor 0" -} "proc" INT out_proc_every "Do output on every N processors" STEERABLE = RECOVER { 1:* :: "A number between [1, nprocs)" } 8 -INT out3D_procs "Do output on every N processors (DEPRECATED IN BETA12)" STEERABLE = RECOVER -{ - 1:* :: "A number between [1, nprocs)" -} 8 INT out_timesteps_per_file "How many timesteps to write to a single file" STEERABLE = RECOVER { # 1:* :: "Number of timesteps per file" @@ -89,21 +73,10 @@ BOOLEAN out3D_septimefiles "Write one file per time slice, as opposed to all dat BOOLEAN out_unchunked "Don't write data in chunks. This parameter is ignored for single-processor runs where output is always done in unchunked mode." STEERABLE = RECOVER { } "no" -BOOLEAN out3D_unchunked "Don't write data in chunks. This parameter is ignored for single-processor runs where output is always done in unchunked mode. (DEPRECATED IN BETA12)" STEERABLE = RECOVER -{ -} "no" KEYWORD out_save_parameters "Save current parameter settings in output files ?" STEERABLE = RECOVER { "all" :: "Save all parameter settings" "only set" :: "Only save parameters which have been set before" - "yes" :: "Synonym for \"only set\" (DEPRICATED)" - "no" :: "Don't save parameter settings" -} "only set" -KEYWORD out3D_parameters "Save current parameter settings in output files ? (DEPRECATED IN BETA12)" STEERABLE = RECOVER -{ - "all" :: "Save all parameter settings" - "only set" :: "Only save parameters which have been set before" - "yes" :: "Synonym for \"only set\" (DEPRICATED)" "no" :: "Don't save parameter settings" } "only set" @@ -126,21 +99,6 @@ INT out_downsample_z "Factor by which to downsample output in z direction. Point BOOLEAN out_single_precision "Output data in single precision ?" STEERABLE = ALWAYS { } "no" -INT out3D_downsample_x "Factor by which to downsample output in x direction. Point (0,0,0) is always included. (DEPRECATED IN BETA12)" STEERABLE = ALWAYS -{ - 1:* :: "A positive integer" -} 1 -INT out3D_downsample_y "Factor by which to downsample output in y direction. Point (0,0,0) is always included. (DEPRECATED IN BETA12)" STEERABLE = ALWAYS -{ - 1:* :: "A positive integer" -} 1 -INT out3D_downsample_z "Factor by which to downsample output in z direction. Point (0,0,0) is always included. (DEPRECATED IN BETA12)" STEERABLE = ALWAYS -{ - 1:* :: "A positive integer" -} 1 -BOOLEAN out3D_single "Output 3D data in single precision ? This parameter is ignored for Cactus compiled with single precision (DEPRECATED IN BETA12)" -{ -} "no" ################################### @@ -189,10 +147,6 @@ STRING recover_dir "Directory to look for recovery files" STEERABLE = RECOVER { ".+" :: "A valid directory name" } "." -STRING recovery_dir "Directory to look for recovery files (DEPRECATED IN BETA12)" STEERABLE = RECOVER -{ - ".+" :: "A valid directory name" -} "." STRING filereader_ID_files "List of files to read in as initial data" STEERABLE = RECOVER { ".+" :: "Space-separated list of initial data filenames" @@ -202,15 +156,6 @@ STRING filereader_ID_vars "List of variables to read in from the given initial d { ".+" :: "Space-separated list of fully qualified variable/group names" } "all" -STRING recover_ID_files "List of files to read in as initial data (DEPRECATED IN BETA12)" STEERABLE = RECOVER -{ - ".+" :: "Space-separated list of initial data filenames" - "^$" :: "An empty string for not recovering initial data" -} "" -STRING recover_ID_vars "List of variables to read in from the given initial data files (DEPRECATED IN BETA12)" STEERABLE = RECOVER -{ - ".+" :: "Space-separated list of fully qualified variable/group names" -} "all" BOOLEAN recover_and_remove "Remove checkpoint file after successful recovery ?" STEERABLE = RECOVER { } "no" -- cgit v1.2.3