DASH  0.3.0
Collaboration diagram for Coarray Concept:

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

Detailed Description

Description

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.

Types
See also
Coarray Runtime Interface
dash::Comutex
dash::Coevent