Next: _gfortran_caf_co_min, Previous: _gfortran_caf_co_broadcast, Up: Function ABI Documentation
_gfortran_caf_co_max
— Collective maximum reductionvoid _gfortran_caf_co_max (gfc_descriptor_t *a, int result_image,
int *stat, char *errmsg, int a_len, size_t errmsg_len)
a | intent(inout) An array descriptor for the data to be
processed. On the destination image(s) the result overwrites the old content.
|
result_image | intent(in) The ID of the image to which the
reduced value should be copied to; if zero, it has to be copied to all images.
|
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.
|
a_len | intent(in) the string length of argument a
|
errmsg_len | intent(in) the buffer size of errmsg
|