Go to the documentation of this file.
26 #ifndef TILEDARRAY_PMAP_REPLICATED_PMAP_H__INCLUDED
27 #define TILEDARRAY_PMAP_REPLICATED_PMAP_H__INCLUDED
92 #endif // TILEDARRAY_PMAP_REPLICATED_PMAP_H__INCLUDED
const size_type size_
< The rank of this process
ReplicatedPmap(World &world, size_type size)
Construct Blocked map.
virtual bool is_local(const size_type tile) const
Check that the tile is owned by this process.
Pmap::size_type size_type
< The number of tiles mapped among all processes
A Replicated process map.
virtual bool is_replicated() const
Replicated array status.
virtual ~ReplicatedPmap()
#define TA_ASSERT(EXPR,...)
const size_type procs_
The number of processes.
virtual const_iterator end() const
End local element iterator.
const size_type rank_
< The number of processes
size_type size() const
Size accessor.
const size_type rank_
The rank of this process.
std::size_t size_type
Size type.
friend class Iterator
Iterator type.
const size_type size_
The number of tiles mapped among all processes.
virtual size_type owner(const size_type tile) const
Maps tile to the processor that owns it.
virtual const_iterator begin() const
Begin local element iterator.