8.2.12. _gfortran_caf_get
8.2.12 _gfortran_caf_get — Getting data from a remote image
- Description:
-
Called to get an array section or a whole array from a remote, image identified by the image_index.
- Syntax:
-
void _gfortran_caf_get (caf_token_t token, size_t offset, int image_index, gfc_descriptor_t *src, caf_vector_t *src_vector, gfc_descriptor_t *dest, int src_kind, int dst_kind, bool may_require_tmp, int *stat)
- Arguments:
-
token intent(in) An opaque pointer identifying the coarray. offset intent(in) By which amount of bytes the actual data is shifted compared to the base address of the coarray. <