aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl35
1 files changed, 35 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index d4d9db7..66e7751 100644
--- a/param.ccl
+++ b/param.ccl
@@ -159,3 +159,38 @@ BOOLEAN zero_memory "Zero memory for GF's at allocation time ?"
} yes
+KEYWORD partition "Is the partition manual"
+{
+ "automatic" :: "even"
+ "manual" :: "specified by partition_XYZ .."
+} "automatic"
+
+STRING partition_1d_X "Tells how to partition on direction X"
+{
+.*
+} ""
+
+STRING partition_2d_X "Tells how to partition on direction X"
+{
+.*
+} ""
+
+STRING partition_2d_Y "Tells how to partition on direction X"
+{
+.*
+} ""
+
+STRING partition_3d_X "Tells how to partition on direction X"
+{
+.*
+} ""
+
+STRING partition_3d_Y "Tells how to partition on direction X"
+{
+.*
+} ""
+
+STRING partition_3d_Z "Tells how to partition on direction X"
+{
+.*
+} ""