diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/common/Options.py | 2 |
1 files changed, 2 insertions, 0 deletions
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) |