summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-30 23:50:31 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-30 23:50:31 +0000
commita10e0e2d450d0ed23fdf9d6c0e820995e3756140 (patch)
tree8964c80ce1b12f4ef0a0f376ecde68161bb5f818 /src/param.ccl
parent2520ea110b9d159c4644261d27db77b683abaf36 (diff)
New cache alignment stuff.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1178 17b73243-c579-4c4c-a9d2-2d5706c11dac
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"