A set of location ids on to which partition ids may be mapped.
More...
|
distribution_spec_view< dist_view_impl::system_container, indexed_domain< location_type >, location_type, location_type > * | stapl::system_view (location_type nlocs=get_num_locations()) |
| Creates a read-only view representing the set of locations in the system. More...
|
|
distribution_spec_view< dist_view_impl::system_container, indexed_domain< location_type >, location_type, location_type > * | stapl::system_view (std::vector< location_type > const &locs) |
| Creates a read-only view representing a set of locations in the system. More...
|
|
distribution_spec_view< dist_view_impl::system_container, indexed_domain< location_type >, location_type, location_type > * | stapl::system_view (level const lvl) |
| Creates a read-only view representing a set of locations in the system. More...
|
|
template<typename ContainerGID , typename ContainerCID > |
distribution_spec_view< dist_view_impl::system_container, indexed_domain< location_type >, ContainerGID, ContainerCID > * | stapl::system_view (dist_view_impl::system_container &sys_ct) |
| Creates a read-only view representing a set of locations in the system using an external system_container. More...
|
|
A set of location ids on to which partition ids may be mapped.
◆ system_view() [1/4]
Creates a read-only view representing the set of locations in the system.
- Returns
- A system_view that represents the locations of the system used in the current computation.
◆ system_view() [2/4]
Creates a read-only view representing a set of locations in the system.
- Returns
- A system_view that represents the subset of the system whose location ids are specified in the vector provided.
◆ system_view() [3/4]
Creates a read-only view representing a set of locations in the system.
- Returns
- A system_view that represents the subset of the system whose locations are contained in the next lower level of the system hierarchy.
- Template Parameters
-
ContainerGID | Type of GID in the container to be constructed using a view-based specification of which the system_view being constructed is the base. |
ContainerCID | Type of the partition id in the container to be constructed using a view-based specification of which the system_view being constructed is the base. |
- Returns
- A system_view that represents the subset of the system whose locations are contained in the next lower level of the system hierarchy.
◆ system_view() [4/4]
template<typename ContainerGID , typename ContainerCID >
Creates a read-only view representing a set of locations in the system using an external system_container.
- Template Parameters
-
ContainerGID | Type of GID in the container to be constructed using a view-based specification of which the system_view being constructed is the base. |
ContainerCID | Type of the partition id in the container to be constructed using a view-based specification of which the system_view being constructed is the base. |
- Parameters
-
sys_ct | System container initialized and managed externally. |
- Returns
- A system_view that represents the subset of the system whose locations are contained in the next lower level of the system hierarchy.