aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@4825ed28-b72c-4eae-9704-e50c059e567d>2000-12-17 17:57:39 +0000
committergoodale <goodale@4825ed28-b72c-4eae-9704-e50c059e567d>2000-12-17 17:57:39 +0000
commitd9ca3ba55cfc7a55bf3eb36dd8bb2a37b9e3e684 (patch)
tree11f40db2bdaf36998054f736846c3e6c5ff820c1 /param.ccl
parent85b4834743c80a9fcb06b52a6df7a563dfde885c (diff)
Removing now redundant "" on USES and EXTENDS and redundant {} blocks on
USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@33 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl159
1 files changed, 38 insertions, 121 deletions
diff --git a/param.ccl b/param.ccl
index 0671346..36c519a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -131,145 +131,62 @@ shares: IO
####################
# Output directories
####################
-USES STRING outdir ""
-{
-}
+USES STRING outdir
########################
# How often to do output
########################
-USES INT out_every ""
-{
- : ::
-}
+USES INT out_every
################
# various things
################
-USES BOOLEAN verbose ""
-{
-}
-USES BOOLEAN print_timing_info ""
-{
-}
-USES BOOLEAN out3D_datestamp ""
-{
-}
-USES BOOLEAN out3D_parameters ""
-{
-}
-USES BOOLEAN out2D_datestamp ""
-{
-}
-USES BOOLEAN out2D_parameters ""
-{
-}
-USES BOOLEAN out1D_datestamp ""
-{
-}
-USES BOOLEAN out1D_parameters ""
-{
-}
+USES BOOLEAN verbose
+USES BOOLEAN print_timing_info
+USES BOOLEAN out3D_datestamp
+USES BOOLEAN out3D_parameters
+USES BOOLEAN out2D_datestamp
+USES BOOLEAN out2D_parameters
+USES BOOLEAN out1D_datestamp
+USES BOOLEAN out1D_parameters
#######################
# Specific to 1/2/3D output
#######################
-USES KEYWORD out3D_mode ""
-{
-}
-USES INT out3D_procs ""
-{
- : ::
-}
-USES BOOLEAN out3D_septimefiles ""
-{
-}
-USES BOOLEAN out3D_unchunked ""
-{
-}
-
-USES KEYWORD out2D_mode ""
-{
-}
-USES INT out2D_procs ""
-{
- : ::
-}
-USES BOOLEAN out2D_septimefiles ""
-{
-}
-USES BOOLEAN out2D_unchunked ""
-{
-}
-USES KEYWORD out1D_mode ""
-{
-}
-USES INT out1D_procs ""
-{
- : ::
-}
-USES BOOLEAN out1D_septimefiles ""
-{
-}
-USES BOOLEAN out1D_unchunked ""
-{
-}
+USES KEYWORD out3D_mode
+USES INT out3D_procs
+USES BOOLEAN out3D_septimefiles
+USES BOOLEAN out3D_unchunked
+
+USES KEYWORD out2D_mode
+USES INT out2D_procs
+USES BOOLEAN out2D_septimefiles
+USES BOOLEAN out2D_unchunked
+USES KEYWORD out1D_mode
+USES INT out1D_procs
+USES BOOLEAN out1D_septimefiles
+USES BOOLEAN out1D_unchunked
##############################################
# Downsampling parameters based on IOUTIL
##############################################
-USES INT out3D_downsample_x ""
-{
- : ::
-}
-USES INT out3D_downsample_y ""
-{
- : ::
-}
-USES INT out3D_downsample_z ""
-{
- : ::
-}
+USES INT out3D_downsample_x
+USES INT out3D_downsample_y
+USES INT out3D_downsample_z
###################################
# Checkpointing/recovery parameters
###################################
-USES BOOLEAN checkpoint_ID ""
-{
-}
-USES BOOLEAN checkpoint_keep_all ""
-{
-}
-USES KEYWORD recover ""
-{
-}
-USES BOOLEAN recover_and_remove ""
-{
-}
-USES INT checkpoint_every ""
-{
- : ::
-}
-USES BOOLEAN checkpoint_on_terminate ""
-{
-}
-USES INT checkpoint_keep ""
-{
- : ::
-}
-USES STRING checkpoint_file ""
-{
-}
-USES STRING checkpoint_ID_file ""
-{
-}
-USES STRING recover_file ""
-{
-}
-USES STRING checkpoint_dir ""
-{
-}
-USES STRING recovery_dir ""
-{
-}
+USES BOOLEAN checkpoint_ID
+USES BOOLEAN checkpoint_keep_all
+USES KEYWORD recover
+USES BOOLEAN recover_and_remove
+USES INT checkpoint_every
+USES BOOLEAN checkpoint_on_terminate
+USES INT checkpoint_keep
+USES STRING checkpoint_file
+USES STRING checkpoint_ID_file
+USES STRING recover_file
+USES STRING checkpoint_dir
+USES STRING recovery_dir