aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-07-01 15:26:43 +0000
committerallen <allen@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>1999-07-01 15:26:43 +0000
commit2955beeb45f612135ec69defc628cc8a0ff49808 (patch)
tree04176f426035339b9576421ba25cc1b2d2b2ed8c /param.ccl
parentb737e4a5b030c2464cfa0e8ad5698999aa529ca6 (diff)
INTEGER -> INT
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@8 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl26
1 files changed, 15 insertions, 11 deletions
diff --git a/param.ccl b/param.ccl
index 4212c20..335cb0a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -38,23 +38,27 @@ STRING IO_outdir3D "Name of IO 3D output directory, overrides IO_outdir"
########################
# How often to do output
########################
-INTEGER IO_every "How often to do IO output"
+INT IO_every "How often to do IO output"
{
-1:* ::
} -1
-INTEGER IO_0Devery "How often to do 0D output, overrides IO_every"
+INT info_every "How often to do Info output"
{
-1:* ::
} -1
-INTEGER IO_1Devery "How often to do 1D output, overrides IO_every"
+INT IO_0Devery "How often to do 0D output, overrides IO_every"
{
-1:* ::
} -1
-INTEGER IO_2Devery "How often to do 2D output, overrides IO_every"
+INT IO_1Devery "How often to do 1D output, overrides IO_every"
+{
+ -1:* ::
+} -1
+INT IO_2Devery "How often to do 2D output, overrides IO_every"
{
-1:* ::
} -1
-INTEGER IO_3Devery "How often to do 3D output, overrides IO_every"
+INT IO_3Devery "How often to do 3D output, overrides IO_every"
{
-1:* ::
} -1
@@ -105,7 +109,7 @@ KEYWORD iomode "Which mode for 3D IO"
"onefile" :: "all output is written into a single file by processor 0"
} "proc"
-INTEGER ioproc_every "Do IO on every N processors."
+INT ioproc_every "Do IO on every N processors."
{
1:* :: "Must be a positive integer"
} 8
@@ -120,15 +124,15 @@ LOGICAL unchunked "Don't write data in chunks."
##############################################
# Downsampling parameters (only for 3D output)
##############################################
-INTEGER downsample_x "Factor by which to downsample output in x direction. Point (0,0,0) is always included."
+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
-INTEGER downsample_y "Factor by which to downsample output in y direction. Point (0,0,0) is always included."
+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
-INTEGER downsample_z "Factor by which to downsample output in z direction. Point (0,0,0) is always included."
+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
@@ -149,11 +153,11 @@ LOGICAL checkpoint_keep_all "Keep all checkpoint files ?"
LOGICAL recover "Recover from a checkpoint file ?"
{
} "no"
-INTEGER checkpoint_every "Checkpoint every x iterations"
+INT checkpoint_every "Checkpoint every x iterations"
{
-1:* :: "negative values disable checkpointing"
} -1
-INTEGER checkpoint_keep "How many checkpoint files to keep"
+INT checkpoint_keep "How many checkpoint files to keep"
{
1:* :: "1 overwrites the latest checkpoint file"
} 1