1
1

Including the members required for topology into lam_communicator_t structure

This commit was SVN r836.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-03-08 03:14:47 +00:00
родитель ccfa6499fe
Коммит 848e690783

Просмотреть файл

@ -29,6 +29,15 @@ struct lam_communicator_t {
/* Attributes */
/* Topology information */
int c_cube_dim; /**< Inscribing cube dimension */
int c_topo_type; /**< Topology type */
int c_topo_nprocs; /**< Number of processes */
int c_topo_ndims; /**< Number of cart dimensions */
int c_topo_nedges; /**< Graph edges */
int *c_topo_dims; /**< Cart dimensions */
int *c_topo_coords; /**< Cart coordinates */
int *c_topo_index; /**< Graph indices */
int *c_topo_edges; /**< Graph edges */
/* Error handling */