![]() |
![]()
| ![]() |
![]()
NAMEHPL_reduce - Reduce operation. SYNOPSIS#include "hpl.h" int HPL_reduce( void * BUFFER, const int COUNT, const HPL_T_TYPE DTYPE, const HPL_T_OP OP, const int ROOT, MPI_Comm COMM ); DESCRIPTIONHPL_reduce performs a global reduce operation across all processes of a group. Note that the input buffer is used as workarray and in all processes but the accumulating process corrupting the original data. ARGUMENTS
SEE ALSOHPL_broadcast (3), HPL_all_reduce (3), HPL_barrier (3), HPL_min (3), HPL_max (3), HPL_sum (3).
|