From 4f044605e8a87873228933b4700e3e0ac9af27e5 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Sun, 21 Mar 2010 21:22:21 -0700 Subject: ruby: Adds configurable bit selection for numa mapping --- configs/common/Options.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs') diff --git a/configs/common/Options.py b/configs/common/Options.py index b0153f453..e7ab0d86b 100644 --- a/configs/common/Options.py +++ b/configs/common/Options.py @@ -43,6 +43,8 @@ parser.add_option("--mesh-rows", type="int", default=1, help="the number of rows in the mesh topology") parser.add_option("--garnet-network", type="string", default=none, help="'fixed'|'flexible'") +parser.add_option("--numa-high-bit", type="int", default=none, + help="high order address bit to use for numa mapping") # ruby sparse memory options parser.add_option("--use-map", action="store_true", default=False) -- cgit v1.2.3