HPL_binit(3)

HPL_binit(3) HPL Library Functions HPL_binit(3)

NAME

HPL_binit - Initialize the row broadcast.

SYNOPSIS

#include "hpl.h"

int HPL_binit( HPL_T_panel * PANEL );

DESCRIPTION

HPL_binit initializes a row broadcast. Successful completion is indicated by the returned error code HPL_SUCCESS.

ARGUMENTS

PANEL (input/output) HPL_T_panel *
On entry, PANEL points to the current panel data structure being broadcast.

SEE ALSO

HPL_bcast (3), HPL_bwait (3).

December 2, 2018 HPL 2.3