DASH
0.3.0
|
![]() |
Modules | |
Coarray Runtime Interface | |
Functions of the dash::coarray extension to provide an interface similar to CAF 2008. | |
Classes | |
class | dash::Coarray< T, IndexType, Arrangement, LocalMemSpaceT > |
A fortran style coarray. More... | |
class | dash::Coevent |
A fortran style coevent. More... | |
class | dash::Comutex |
A fortran style comutex. More... | |
A fortran style coarray.
DASH Coarrays support delayed allocation (dash::Coarray::allocate
), so global memory of an array instance can be allocated any time after declaring a dash::Coarray
variable.