HPL_binit - Man Page

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).

Referenced By

HPL_bcast(3), HPL_bwait(3), HPL_copyL(3), HPL_packL(3), HPL_pdgesv0(3), HPL_pdgesvK1(3), HPL_pdgesvK2(3).

February 24, 2016 HPL 2.2 HPL Library Functions