8.2.13. _gfortran_caf_sendget
8.2.13 _gfortran_caf_sendget — Sending data between remote images
- Description:
-
Called to send a scalar, an array section or a whole array from a remote image identified by the src_image_index to a remote image identified by the dst_image_index.
- Syntax:
-
void _gfortran_caf_sendget (caf_token_t dst_token, size_t dst_offset, int dst_image_index, gfc_descriptor_t *dest, caf_vector_t *dst_vector, caf_token_t src_token, size_t src_offset, int src_image_index, gfc_descriptor_t *src, caf_vector_t *src_vector, int dst_kind, int src_kind, bool may_require_tmp, int *stat)
- Arguments:
-
dst_token intent(in) An opaque pointer identifying the destinat