From a10e0e2d450d0ed23fdf9d6c0e820995e3756140 Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 30 Nov 1999 23:50:31 +0000 Subject: New cache alignment stuff. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1178 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/param.ccl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/param.ccl') 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" -- cgit v1.2.3