Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
HPL_bcast(3)		      HPL Library Functions		    HPL_bcast(3)

NAME
     HPL_bcast - 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 indi-
     cated by IFLAG set to HPL_SUCCESS on return. IFLAG will be set to HPL_FAIL-
     URE  on  failure  and  to	HPL_KEEP_TESTING when the operation was not com-
     pleted, 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  oc-
	     cured.

SEE ALSO
     HPL_binit (3), HPL_bwait (3).

HPL 2.3 			December 2, 2018		    HPL_bcast(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=HPL_bcast&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help