DASH  0.3.0
dash::coarray::make_coarray_symmetric_pattern< T, IndexType, Arrangement > Struct Template Reference

helper to create a coarray pattern for coarrays where the local size of each unit is equal (symmetric allocation). More...

#include <Coarray.h>

Public Types

using type = BlockPattern< std::rank< typename dash::remove_atomic< T >::type >::value+1, Arrangement, IndexType >
 

Detailed Description

template<typename T, typename IndexType = dash::default_index_t, MemArrange Arrangement = ROW_MAJOR>
struct dash::coarray::make_coarray_symmetric_pattern< T, IndexType, Arrangement >

helper to create a coarray pattern for coarrays where the local size of each unit is equal (symmetric allocation).

Definition at line 148 of file Coarray.h.


The documentation for this struct was generated from the following file: