1HPL_bcast(3) HPL Library Functions HPL_bcast(3)
2
3
4
6 HPL_bcast - Perform the row broadcast.
7
9 #include "hpl.h"
10
11 int HPL_bcast( HPL_T_panel * PANEL, int * IFLAG );
12
14 HPL_bcast broadcasts the current panel. Successful completion is
15 indicated by IFLAG set to HPL_SUCCESS on return. IFLAG will be set to
16 HPL_FAILURE on failure and to HPL_KEEP_TESTING when the operation was
17 not completed, in which case this function should be called again.
18
20 PANEL (input/output) HPL_T_panel *
21 On entry, PANEL points to the current panel data structure
22 being broadcast.
23
24 IFLAG (output) int *
25 On exit, IFLAG indicates whether or not the broadcast has
26 occured.
27
29 HPL_binit (3), HPL_bwait (3).
30
31
32
33HPL 2.2 February 24, 2016 HPL_bcast(3)