From e1b27e4e28dd4a3a01f9b2c283fa443f7a8975f7 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 4 Sep 2000 23:20:30 +0000 Subject: New parameter cacheline_mult which can be used to spread the cachelines which consecutive GFs are aligned on. The default for this parameter is better than no spreading, but still not optimal. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@265 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- param.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 1c83eb7..ce1fc2f 100644 --- a/param.ccl +++ b/param.ccl @@ -209,3 +209,8 @@ STRING partition_3d_z "Tells how to partition on direction z" LOGICAL storage_verbose "Report on memory assignment" { } "no" + +INT cacheline_mult "Multiplier for cacheline number" +{ + 0:* :: "Any positive number" +} 4001 -- cgit v1.2.3