From f8a0757eee51404652b2a0432e780b88ff795b4c Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Mon, 24 Aug 2020 11:24:28 -0700 Subject: [PATCH] Remove extra mem_size line [ci skip] --- scripts/numa_prefix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/numa_prefix b/scripts/numa_prefix index e4cc2aec..b9521cbd 100755 --- a/scripts/numa_prefix +++ b/scripts/numa_prefix @@ -49,7 +49,7 @@ if out != "": # loop through available nodes, selecting the node with the most free mem for i in avail_nodes: cpu_line = lines[line_idx] - mem_size_line = lines[line_idx + 1] + # mem. size unused. skip and use mem. free mem_free_line = lines[line_idx + 2] line_idx += 3