aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-09-21 12:49:27 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-09-21 12:49:27 +0000
commit91008af3d376a0ae941b6c0f29b8af268298e6d6 (patch)
tree0c01cc130731a8f380369d576255a5b36ff22a0f /param.ccl
parent9e2d45576cd5dc547cb4bf46650cce177eee8d6c (diff)
New parameter names and logical -> boolean
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@36 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl24
1 files changed, 12 insertions, 12 deletions
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"