diff --git a/src/plugins/select/bluegene/bluegene.h b/src/plugins/select/bluegene/bluegene.h index 06f5c0bf3e7da8efeef7e516f8fd6ea59ebcd83d..5c9ec0d4abe4b4f145836218615e21ab1867180f 100644 --- a/src/plugins/select/bluegene/bluegene.h +++ b/src/plugins/select/bluegene/bluegene.h @@ -45,9 +45,14 @@ /* #define USE_BGL_FILES 1 */ #else + enum rm_connection_type {RM_MESH, RM_TORUS, RM_NAV}; + enum rm_partition_mode {RM_PARTITION_COPROCESSOR_MODE, + RM_PARTITION_VIRTUAL_NODE_MODE}; + typedef char * pm_partition_id_t; + typedef enum rm_connection_type rm_connection_type_t; + typedef enum rm_partition_mode rm_partition_mode_t; typedef uint16_t rm_partition_t; - typedef uint16_t rm_partition_mode_t; typedef char * rm_BGL_t; #endif