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