Mapping from location id in the creator gang to a location id in the created gang based on an explicit set of locations that will be part of the created gang. More...
Public Member Functions | |
explicit_loc_mapping_function (LocDom const &locs) | |
stapl::location_type | operator() (stapl::location_type id) const |
bool | operator== (explicit_loc_mapping_function const &other) const |
Mapping from location id in the creator gang to a location id in the created gang based on an explicit set of locations that will be part of the created gang.
LocDom | Type of the domain used for the explicit location id set. |