aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-02-04 14:50:34 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-02-04 14:50:34 +0000
commita9b6d34b0afab8060d2eaeeb5a88b59349b6f30e (patch)
treeb6e6b69fec5d0e667767ad8572aa3c9ef071bca7
parent794b839404ab1bd1e6e9a85c87d45c6aa02c852f (diff)
Changed the default for boolean parameter PUGH::padding_active from "yes" to
"no" because it doesn't seem to be doing any good on Intel processors and actually decreases performance on Opterons. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@458 b61c5cb5-eaca-4651-9a7a-d64986f99364
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 3b5bcda..fa90b86 100644
--- a/param.ccl
+++ b/param.ccl
@@ -154,7 +154,7 @@ INT processor_topology_3d_z "No of Procs in X direction" STEERABLE = RECOVER
BOOLEAN padding_active "Pad 3D arrays so they line up on cache lines?"
{
-} yes
+} no
INT padding_cacheline_bits "Number of bits which have to be unique to pad properly for cache lines"