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

BGQ - increase size of variable for larger systems

parent a0b7be77
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ typedef struct ba_geo_table {
typedef struct {
uint16_t dim_count; /* Number of system dimensions */
int *dim_size; /* System size in each dimension */
uint16_t total_size; /* Total number of nodes in system */
uint32_t total_size; /* Total number of nodes in system */
ba_geo_table_t **geo_table_ptr; /* Pointers to possible geometries.
* Index is request size */
......
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