Mapping function from partition id to location id used to construct an arbitrary distribution specification from a container of partition information. More...
Public Member Functions | |
cb_part_to_loc (PartInfoView const &part_info) | |
index_type | operator() (pid_type id) const |
void | update (std::vector< std::tuple< std::pair< gid_type, gid_type >, pid_type, location_type >> const &, size_t) |
Method required of all mapping functions. The method is called by the update_distribution method of containers. | |
Public Types | |
typedef unsigned long int | gid_type |
typedef unsigned long int | pid_type |
typedef location_type | index_type |
Mapping function from partition id to location id used to construct an arbitrary distribution specification from a container of partition information.