aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/param.ccl b/param.ccl
index 2d99c9a..c1967c7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -178,32 +178,32 @@ KEYWORD partition "Is the partition manual"
STRING partition_1d_x "Tells how to partition on direction X"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_2d_x "Tells how to partition on direction X"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_2d_y "Tells how to partition on direction y"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_3d_x "Tells how to partition on direction X"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_3d_y "Tells how to partition on direction y"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
STRING partition_3d_z "Tells how to partition on direction z"
{
-.* ::
+.* :: "A regex which matches anything"
} ""
LOGICAL storage_verbose "Report on memory assignment" STEERABLE = ALWAYS