summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 622886be..5da2918b 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -30,6 +30,20 @@ BOOLEAN cctk_brief_output "Give only brief output"
{
} "no"
+BOOLEAN manual_cache_setup "Set the cache size manually"
+{
+} "no"
+
+INT manual_cache_size "The size to set the cache to if not done automatically (bytes)"
+{
+ 0: :: "Any whole number"
+} 0
+
+INT manual_cacheline_bytes "The size of a cacheline if not set automatically (bytes)"
+{
+ 0: :: "Any whole number"
+} 0
+
restricted:
REAL cctk_initial_time "Initial time for evolution"