From 531067fffa26ab6722f7de4b68a5896372b99afe Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 19 Oct 2023 15:38:38 -0700 Subject: [PATCH] mem,tests: Set Ruby Mem Test atomic percent to 0 (#489) Fixes https://github.com/gem5/gem5/issues/450 (https://github.com/gem5/gem5/pull/477 fixes non-ruby memtests, so only a partial fix). --- configs/example/ruby_mem_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/example/ruby_mem_test.py b/configs/example/ruby_mem_test.py index 27751376fc..9ad6a1b7ad 100644 --- a/configs/example/ruby_mem_test.py +++ b/configs/example/ruby_mem_test.py @@ -65,7 +65,7 @@ parser.add_argument( parser.add_argument( "--atomic", type=int, - default=30, + default=0, help="percentage of accesses that should be atomic", ) parser.add_argument(