HPL_bwait - Man Page

Finalize the row broadcast.

Synopsis

#include "hpl.h"
 int HPL_bwait( HPL_T_panel * PANEL );

Description

HPL_bwait HPL_bwait waits  for  the  row  broadcast  of  the current  panel  to terminate.  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_binit (3), HPL_bcast (3).

Referenced By

HPL_bcast(3), HPL_binit(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