From a9b6d34b0afab8060d2eaeeb5a88b59349b6f30e Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 4 Feb 2005 14:50:34 +0000 Subject: 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 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3