From 80e58be9fcf894bcfbb92f3bb8bae7d848f93af4 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Wed, 17 Oct 2012 15:03:19 -0700 Subject: [PATCH] BGQ - increase size of variable for larger systems --- src/plugins/select/bluegene/ba_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/select/bluegene/ba_common.h b/src/plugins/select/bluegene/ba_common.h index 769f72e4f8c..b9300d96853 100644 --- a/src/plugins/select/bluegene/ba_common.h +++ b/src/plugins/select/bluegene/ba_common.h @@ -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 */ -- GitLab