DASH
0.3.0
|
Locality and topology information of a single unit. More...
#include <dart_types.h>
Public Attributes | |
dart_team_unit_t | unit |
Unit ID relative to team. More... | |
dart_team_t | team |
Team ID. More... | |
dart_hwinfo_t | hwinfo |
Hardware specification of the unit's affinity. More... | |
char | domain_tag [((int)(32))] |
Locality and topology information of a single unit.
Processing entities grouped in a single unit are homogenous. Each unit is a member of one specific locality domain.
Note that dart_unit_locality_t
must have static size as it is used for an all-to-all exchange of locality data across all units using dart_allgather
.
Definition at line 672 of file dart_types.h.
dart_hwinfo_t dart_unit_locality_t::hwinfo |
Hardware specification of the unit's affinity.
Definition at line 680 of file dart_types.h.
dart_team_t dart_unit_locality_t::team |
Team ID.
Definition at line 677 of file dart_types.h.
dart_team_unit_t dart_unit_locality_t::unit |
Unit ID relative to team.
Definition at line 674 of file dart_types.h.