Statistiques
| Révision :

root / man / man3 / HPL_bcast.3 @ 1

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

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