aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl20
1 files changed, 19 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index a382ecb..87ea382 100644
--- a/param.ccl
+++ b/param.ccl
@@ -14,4 +14,22 @@ KEYWORD bound "Type of boundary condition to use"
} "none"
- \ No newline at end of file
+
+private:
+
+INT repetitions "Number of timing repetions"
+{
+ 0 : * :: "1 is the normal case"
+} 1
+
+INT level1_stride [3] "Stride for level 1 loops"
+{
+ -1 :: "off"
+ 1 : * :: "on"
+} -1
+
+INT level2_stride [3] "Stride for level 2 loops"
+{
+ -1 :: "off"
+ 1 : * :: "on: should be an integer multiple of level1_stride"
+} -1