aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjmasso <jmasso@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-07-29 18:36:53 +0000
committerjmasso <jmasso@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-07-29 18:36:53 +0000
commitcac841d73c98c4c294a98c1ff30e5afeb387c654 (patch)
tree9ab9c8e6edfafdf26ef19aec6198c893807bab34 /param.ccl
parentb13b72b2cbe7d786c7acac6e60f2b13d9af489a8 (diff)
Some cleaning, info calls, banners, etc.
and changing the default of PUGH::padding_active to "no". This obscure thingy is in principle only useful on the T3E... - Joan git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@80 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 6cb20c0..7ed16a9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -62,7 +62,7 @@ INT proc_top_nz "No of Procs in Z direction"
LOGICAL padding_active "Padd 3D arrays so they line up on cache lines?"
{
-} yes
+} no
INT padding_cacheline_bits "Number of bits which have to be unique to padd properly for cache lines"