Next: _gfortran_caf_co_max, Previous: _gfortran_caf_atomic_op, Up: Function ABI Documentation
_gfortran_caf_co_broadcast
— Sending data to all imagesvoid _gfortran_caf_co_broadcast (gfc_descriptor_t *a,
int source_image, int *stat, char *errmsg, size_t errmsg_len)
a | intent(inout) An array descriptor with the data to be
broadcasted (on source_image) or to be received (other images).
|
source_image | intent(in) The ID of the image from which the
data should be broadcasted.
|
stat | intent(out) Stores the status STAT= and may be NULL.
|
errmsg | intent(out) When an error occurs, this will be set to
an error message; may be NULL.
|
errmsg_len | intent(in) the buffer size of errmsg.
|