Skip to content

Commit

Permalink
Remove extra mem_size line [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez authored Aug 24, 2020
1 parent 543136d commit f8a0757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/numa_prefix
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f8a0757

Please sign in to comment.