aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-01 15:26:48 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-07-01 15:26:48 +0000
commit8de48f278e5051ed557187f6174c06a0582ecbd5 (patch)
tree87d89863b23cc8582d626990c0a15ef2c8ab4129 /param.ccl
parenta2e35cb1957da0022462d8e74516859dd7e9a666 (diff)
INTEGER -> INT
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@8 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl18
1 files changed, 9 insertions, 9 deletions
diff --git a/param.ccl b/param.ccl
index b9f6d66..ad58b0b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -50,15 +50,15 @@ EXTEND STRING IO_outdir3D "Name of IO 3D output directory, overrides IO_outdir"
########################
# How often to do output
########################
-EXTEND INTEGER IO_every "How often to do IO output"
+EXTEND INT IO_every "How often to do IO output"
{
-1:* ::
} -1
-EXTEND INTEGER IO_2Devery "How often to do 2D output, overrides IO_every"
+EXTEND INT IO_2Devery "How often to do 2D output, overrides IO_every"
{
-1:* ::
} -1
-EXTEND INTEGER IO_3Devery "How often to do 3D output, overrides IO_every"
+EXTEND INT IO_3Devery "How often to do 3D output, overrides IO_every"
{
-1:* ::
} -1
@@ -91,7 +91,7 @@ EXTEND KEYWORD iomode "Which mode for 3D IO"
"onefile" :: "all output is written into a single file by processor 0"
} "proc"
-EXTEND INTEGER ioproc_every "Do IO on every N processors."
+EXTEND INT ioproc_every "Do IO on every N processors."
{
1:* :: "Must be a positive integer"
} 8
@@ -106,15 +106,15 @@ EXTEND LOGICAL unchunked "Don't write data in chunks."
##############################################
# Downsampling parameters (only for 3D output)
##############################################
-EXTEND INTEGER downsample_x "Factor by which to downsample output in x direction. Point (0,0,0) is always included."
+EXTEND INT downsample_x "Factor by which to downsample output in x direction. Point (0,0,0) is always included."
{
1:* :: "Must be a positive integer"
} 1
-EXTEND INTEGER downsample_y "Factor by which to downsample output in y direction. Point (0,0,0) is always included."
+EXTEND INT downsample_y "Factor by which to downsample output in y direction. Point (0,0,0) is always included."
{
1:* :: "Must be a positive integer"
} 1
-EXTEND INTEGER downsample_z "Factor by which to downsample output in z direction. Point (0,0,0) is always included."
+EXTEND INT downsample_z "Factor by which to downsample output in z direction. Point (0,0,0) is always included."
{
1:* :: "Must be a positive integer"
} 1
@@ -135,11 +135,11 @@ EXTEND LOGICAL checkpoint_keep_all "Keep all checkpoint files ?"
EXTEND LOGICAL recover "Recover from a checkpoint file ?"
{
} "no"
-EXTEND INTEGER checkpoint_every "Checkpoint every x iterations"
+EXTEND INT checkpoint_every "Checkpoint every x iterations"
{
-1:* :: "negative values disable checkpointing"
} -1
-EXTEND INTEGER checkpoint_keep "How many checkpoint files to keep"
+EXTEND INT checkpoint_keep "How many checkpoint files to keep"
{
1:* :: "1 overwrites the latest checkpoint file"
} 1