Statistiques
| Révision :

root / man / man3 / HPL_bcast.3

Historique | Voir | Annoter | Télécharger (883 octet)

1 1 equemene
.TH HPL_bcast 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2 1 equemene
.SH NAME
3 1 equemene
HPL_bcast \- Perform the row broadcast.
4 1 equemene
.SH SYNOPSIS
5 1 equemene
\fB\&#include "hpl.h"\fR
6 1 equemene
7 1 equemene
\fB\&int\fR
8 1 equemene
\fB\&HPL_bcast(\fR
9 1 equemene
\fB\&HPL_T_panel *\fR
10 1 equemene
\fI\&PANEL\fR,
11 1 equemene
\fB\&int *\fR
12 1 equemene
\fI\&IFLAG\fR
13 1 equemene
\fB\&);\fR
14 1 equemene
.SH DESCRIPTION
15 1 equemene
\fB\&HPL_bcast\fR
16 1 equemene
broadcasts  the  current  panel.  Successful  completion is
17 1 equemene
indicated by IFLAG set to HPL_SUCCESS on return. IFLAG will be set to
18 1 equemene
HPL_FAILURE on failure and to HPL_KEEP_TESTING when the operation was
19 1 equemene
not completed, in which case this function should be called again.
20 1 equemene
.SH ARGUMENTS
21 1 equemene
.TP 8
22 1 equemene
PANEL   (input/output)          HPL_T_panel *
23 1 equemene
On entry,  PANEL  points to the  current panel data structure
24 1 equemene
being broadcast.
25 1 equemene
.TP 8
26 1 equemene
IFLAG   (output)                int *
27 1 equemene
On exit,  IFLAG  indicates  whether  or not the broadcast has
28 1 equemene
occured.
29 1 equemene
.SH SEE ALSO
30 1 equemene
.BR HPL_binit \ (3),
31 1 equemene
.BR HPL_bwait \ (3).