From 91008af3d376a0ae941b6c0f29b8af268298e6d6 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 21 Sep 1999 12:49:27 +0000 Subject: New parameter names and logical -> boolean git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@36 ebee0441-1374-4afa-a3b5-247f3ba15b9a --- param.ccl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index eaf1b8e..82f0257 100644 --- a/param.ccl +++ b/param.ccl @@ -47,10 +47,10 @@ STRING out3D_vars "Variables to output in 3D FlexIO file format" ################ # Various things ################ -LOGICAL checkpoint "Do checkpointing with IOFlexIO" +BOOLEAN checkpoint "Do checkpointing with IOFlexIO" { } "no" -LOGICAL out3d_reuse_filehandles "Reuse file handles by closing files after each write operation." +BOOLEAN out3d_reuse_filehandles "Reuse file handles by closing files after each write operation." { } "yes" @@ -80,16 +80,16 @@ EXTEND INT out_every "How often to do IO output" ################ # various things ################ -EXTEND LOGICAL verbose "Give extended screen output in IO?" +EXTEND BOOLEAN verbose "Give extended screen output in IO?" { } "no" -EXTEND LOGICAL out3D_datestamp "Write date as attribute to IO 3D output file?" +EXTEND BOOLEAN out3D_datestamp "Write date as attribute to IO 3D output file?" { } "yes" -EXTEND LOGICAL out3D_parameters "Write parameters to IO 3D output file?" +EXTEND BOOLEAN out3D_parameters "Write parameters to IO 3D output file?" { } "yes" -EXTEND LOGICAL out3D_structures "Write structures to IO 3D output file?" +EXTEND BOOLEAN out3D_structures "Write structures to IO 3D output file?" { } "yes" @@ -108,10 +108,10 @@ EXTEND INT out3D_procs "Do IO on every N processors." { 1:* :: "Must be a positive integer" } 8 -EXTEND LOGICAL out3D_septimefiles "Write one file per time slice, as opposed to all data in one file" +EXTEND BOOLEAN out3D_septimefiles "Write one file per time slice, as opposed to all data in one file" { } "no" -EXTEND LOGICAL out3D_unchunked "Don't write data in chunks." +EXTEND BOOLEAN out3D_unchunked "Don't write data in chunks." { } "no" @@ -131,7 +131,7 @@ EXTEND INT out3D_downsample_z "Factor by which to downsample output in z directi { 1:* :: "Must be a positive integer" } 1 -EXTEND LOGICAL out3D_single "Output 3D data in single precision ? This parameter is ignored for Cactus compiled with single precision" +EXTEND BOOLEAN out3D_single "Output 3D data in single precision ? This parameter is ignored for Cactus compiled with single precision" { } "no" @@ -139,13 +139,13 @@ EXTEND LOGICAL out3D_single "Output 3D data in single precision ? This parameter ################################### # Checkpointing/recovery parameters ################################### -EXTEND LOGICAL checkpoint_ID "Checkpoint initial data ?" +EXTEND BOOLEAN checkpoint_ID "Checkpoint initial data ?" { } "no" -EXTEND LOGICAL checkpoint_keep_all "Keep all checkpoint files ?" +EXTEND BOOLEAN checkpoint_keep_all "Keep all checkpoint files ?" { } "no" -EXTEND LOGICAL recover "Recover from a checkpoint file ?" +EXTEND BOOLEAN recover "Recover from a checkpoint file ?" { } "no" EXTEND INT checkpoint_every "Checkpoint every x iterations" -- cgit v1.2.3