8.2.26. _gfortran_caf_co_min

8.2.26 _gfortran_caf_co_min — Collective minimum reduction

Description:
Calculates the for the each array element of the variable a the minimum value for that element in the current team; if result_image has the value 0, the result shall be stored on all images, otherwise, only on the specified image. This function operates on numeric values and character strings.
Syntax:
void _gfortran_caf_co_min (gfc_descriptor_t *a, int result_image, int *stat, char *errmsg, int a_len, int errmsg_len)
Arguments:
a intent(inout) And array descriptor with the data to be breoadcasted (on source_image) or to be received (other images).
result_image 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 The string length of argument a.
errmsg_len the buffer size of errmsg.
NOTES
If result_image is nonzero, the value on all images except of the specified one become undefined; hence, the library may make use of this.

© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gfortran/_005fgfortran_005fcaf_005fco_005fmin.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部