![]() |
![]()
| ![]() |
![]()
NAMEHPL_broadcast - Broadcast operation. SYNOPSIS#include "hpl.h" int HPL_broadcast( void * BUFFER, const int COUNT, const HPL_T_TYPE DTYPE, const int ROOT, MPI_Comm COMM ); DESCRIPTIONHPL_broadcast broadcasts a message from the process with rank ROOT to all processes in the group. ARGUMENTS
SEE ALSOHPL_reduce (3), HPL_all_reduce (3), HPL_barrier (3), HPL_min (3), HPL_max (3), HPL_sum (3).
|