Skip to content
Snippets Groups Projects
Commit c778ca56 authored by Danny Auble's avatar Danny Auble
Browse files

BGQ - Fix to correctly get a correct geometry if user didn't specify a

correct possible one.
parent d6fbbf95
No related branches found
No related tags found
No related merge requests found
...@@ -1093,6 +1093,7 @@ try_again: ...@@ -1093,6 +1093,7 @@ try_again:
&geo_table, start_loc, total_bitmap, *node_count))) &geo_table, start_loc, total_bitmap, *node_count)))
break; break;
clear_cnt = bit_clear_count(total_bitmap);
FREE_NULL_BITMAP(total_bitmap); FREE_NULL_BITMAP(total_bitmap);
/* User asked for a bad CPU count or we can't place it /* User asked for a bad CPU count or we can't place it
here in this small allocation. */ here in this small allocation. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment