HPL_bcast - Man Page

Perform the row broadcast.

Synopsis

#include "hpl.h"
 int HPL_bcast( HPL_T_panel * PANEL, int * IFLAG );

Description

HPL_bcast broadcasts  the  current  panel.  Successful  completion is indicated by IFLAG set to HPL_SUCCESS on return. IFLAG will be set to HPL_FAILURE on failure and to HPL_KEEP_TESTING when the operation was not completed, in which case this function should be called again.

Arguments

PANEL   (input/output)          HPL_T_panel *

On entry,  PANEL  points to the  current panel data structure being broadcast.

IFLAG   (output)                int *

On exit,  IFLAG  indicates  whether  or not the broadcast has occured.

See Also

HPL_binit (3), HPL_bwait (3).

Referenced By

HPL_binit(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