aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-02-09 13:07:08 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-02-09 13:07:08 +0000
commitd919ae097799902d0e222874832dcd6a2206d0a5 (patch)
tree0fd0e7e910d6c97c5785ca3c428ea4e1f5bc77b6 /param.ccl
parente3d49cea21dfeddf50636ea42d11ae4968f3b1a9 (diff)
Now creates all variable types except arrays.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@6 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl26
1 files changed, 26 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1575be5..07e9a60 100644
--- a/param.ccl
+++ b/param.ccl
@@ -49,3 +49,29 @@ INTEGER proc_top_nz "No of Procs in Z direction"
{
0:* :: "See proc_topology"
} 0
+
+# padding stuff
+
+LOGICAL padding_active "Padd 3D arrays so they line up on cache lines?"
+{
+} yes
+
+
+INTEGER padding_cacheline_bits "Number of bits which have to be unique to padd properly for cache lines"
+{
+ 1:* :: "Any positive number"
+} 12
+
+INTEGER padding_size "How many Doubles to pad by; we have to noodle around with the starting address, so if there isn't enough space we may not be able to pad"
+{
+ 0:* :: "Any positive number"
+} 4112
+
+INTEGER padding_address_spacing "Number of Doubles to space starting addresses in lowest padding_cacheline_bits bits"
+{
+ 0:* :: "Any positive number"
+} 24
+
+LOGICAL zero_memory "Zero memory for GF's at allocation time ?"
+{
+} yes