aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl20
1 files changed, 1 insertions, 19 deletions
diff --git a/param.ccl b/param.ccl
index 87ea382..a382ecb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -14,22 +14,4 @@ KEYWORD bound "Type of boundary condition to use"
} "none"
-
-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
+ \ No newline at end of file