STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes | Functions

A set of location ids on to which partition ids may be mapped. More...

+ Collaboration diagram for System:

Classes

struct  stapl::dist_view_impl::system_container
 Container that represents the set of locations in the system. More...
 

Functions

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...
 

Detailed Description

A set of location ids on to which partition ids may be mapped.

Function Documentation

◆ system_view() [1/4]

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.

Returns
A system_view that represents the locations of the system used in the current computation.

◆ system_view() [2/4]

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.

Returns
A system_view that represents the subset of the system whose location ids are specified in the vector provided.

◆ system_view() [3/4]

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.

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
ContainerGIDType of GID in the container to be constructed using a view-based specification of which the system_view being constructed is the base.
ContainerCIDType 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 >
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.

Template Parameters
ContainerGIDType of GID in the container to be constructed using a view-based specification of which the system_view being constructed is the base.
ContainerCIDType 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_ctSystem 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.