1HPL_binit(3) HPL Library Functions HPL_binit(3)
23
4
NAME
6HPL_binit - Initialize the row broadcast.
7
SYNOPSIS
9#include "hpl.h"
1011
int HPL_binit( HPL_T_panel * PANEL );
12
DESCRIPTION
14HPL_binit initializes a row broadcast. Successful completion is
15indicated by the returned error code HPL_SUCCESS.
16
ARGUMENTS
18PANEL (input/output) HPL_T_panel *
19On entry, PANEL points to the current panel data structure
20being broadcast.
21
SEE ALSO
23HPL_bcast (3), HPL_bwait (3).
2425
26
27
HPL 2.2 February 24, 2016 HPL_binit(3)