![]() |
![]()
| ![]() |
![]()
NAMEHPL_all_reduce - All reduce operation. SYNOPSIS#include "hpl.h" int HPL_all_reduce( void * BUFFER, const int COUNT, const HPL_T_TYPE DTYPE, const HPL_T_OP OP, MPI_Comm COMM ); DESCRIPTIONHPL_all_reduce performs a global reduce operation across all processes of a group leaving the results on all processes. ARGUMENTS
SEE ALSOHPL_broadcast (3), HPL_reduce (3), HPL_barrier (3), HPL_min (3), HPL_max (3), HPL_sum (3).
|