Hi folks,
A tiny error in:
https://gcc.gnu.org/onlinedocs/gfortran/CO_005fSUM.html#CO_005fSUM
where the syntax now looks as:
CALL CO_MIN(A [, RESULT_IMAGE, STAT, ERRMSG])
although it should be
CALL CO_SUM(A [, RESULT_IMAGE, STAT, ERRMSG])
Regards,
Jorge.
--