Statistiques
| Révision :

root / man / man3 / HPL_packL.3

Historique | Voir | Annoter | Télécharger (1,1 ko)

1 1 equemene
.TH HPL_packL 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2 1 equemene
.SH NAME
3 1 equemene
HPL_packL \- Form the MPI structure for the row ring broadcasts.
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_packL(\fR
9 1 equemene
\fB\&HPL_T_panel *\fR
10 1 equemene
\fI\&PANEL\fR,
11 1 equemene
\fB\&const int\fR
12 1 equemene
\fI\&INDEX\fR,
13 1 equemene
\fB\&const int\fR
14 1 equemene
\fI\&LEN\fR,
15 1 equemene
\fB\&const int\fR
16 1 equemene
\fI\&IBUF\fR
17 1 equemene
\fB\&);\fR
18 1 equemene
.SH DESCRIPTION
19 1 equemene
\fB\&HPL_packL\fR
20 1 equemene
forms  the MPI data type for the panel to be broadcast.
21 1 equemene
Successful  completion  is  indicated  by  the  returned  error  code
22 1 equemene
MPI_SUCCESS.
23 1 equemene
.SH ARGUMENTS
24 1 equemene
.TP 8
25 1 equemene
PANEL   (input/output)          HPL_T_panel *
26 1 equemene
On entry,  PANEL  points to the  current panel data structure
27 1 equemene
being broadcast.
28 1 equemene
.TP 8
29 1 equemene
INDEX   (input)                 const int
30 1 equemene
On entry,  INDEX  points  to  the  first entry of the  packed
31 1 equemene
buffer being broadcast.
32 1 equemene
.TP 8
33 1 equemene
LEN     (input)                 const int
34 1 equemene
On entry, LEN is the length of the packed buffer.
35 1 equemene
.TP 8
36 1 equemene
IBUF    (input)                 const int
37 1 equemene
On entry, IBUF  specifies the panel buffer/count/type entries
38 1 equemene
that should be initialized.
39 1 equemene
.SH SEE ALSO
40 1 equemene
.BR HPL_binit \ (3),
41 1 equemene
.BR HPL_bcast \ (3),
42 1 equemene
.BR HPL_bwait \ (3).