From b5011ff0aec9c4153252f6ecd5424e099d8de292 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Mon, 22 Apr 2024 09:00:18 -0500 Subject: [PATCH] additional mod needed to support roofline binaries potentially executing from two different locations Signed-off-by: Karl W Schulz --- src/utils/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/utils.py b/src/utils/utils.py index 6f541c7030..9ac5f0c0ad 100644 --- a/src/utils/utils.py +++ b/src/utils/utils.py @@ -472,6 +472,7 @@ def mibench(args, mspec): for path in binary_paths: if os.path.exists(path): found = True + path_to_binary = path break if not found: