Statistiques
| Révision :

root / man / man3 / HPL_pdpanel_init.3

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

1 1 equemene
.TH HPL_pdpanel_init 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2 1 equemene
.SH NAME
3 1 equemene
HPL_pdpanel_init \- Initialize the panel resources.
4 1 equemene
.SH SYNOPSIS
5 1 equemene
\fB\&#include "hpl.h"\fR
6 1 equemene
7 1 equemene
\fB\&void\fR
8 1 equemene
\fB\&HPL_pdpanel_init(\fR
9 1 equemene
\fB\&HPL_T_grid *\fR
10 1 equemene
\fI\&GRID\fR,
11 1 equemene
\fB\&HPL_T_palg *\fR
12 1 equemene
\fI\&ALGO\fR,
13 1 equemene
\fB\&const int\fR
14 1 equemene
\fI\&M\fR,
15 1 equemene
\fB\&const int\fR
16 1 equemene
\fI\&N\fR,
17 1 equemene
\fB\&const int\fR
18 1 equemene
\fI\&JB\fR,
19 1 equemene
\fB\&HPL_T_pmat *\fR
20 1 equemene
\fI\&A\fR,
21 1 equemene
\fB\&const int\fR
22 1 equemene
\fI\&IA\fR,
23 1 equemene
\fB\&const int\fR
24 1 equemene
\fI\&JA\fR,
25 1 equemene
\fB\&const int\fR
26 1 equemene
\fI\&TAG\fR,
27 1 equemene
\fB\&HPL_T_panel *\fR
28 1 equemene
\fI\&PANEL\fR
29 1 equemene
\fB\&);\fR
30 1 equemene
.SH DESCRIPTION
31 1 equemene
\fB\&HPL_pdpanel_init\fR
32 1 equemene
initializes a panel data structure.
33 1 equemene
.SH ARGUMENTS
34 1 equemene
.TP 8
35 1 equemene
GRID    (local input)           HPL_T_grid *
36 1 equemene
On entry,  GRID  points  to the data structure containing the
37 1 equemene
process grid information.
38 1 equemene
.TP 8
39 1 equemene
ALGO    (global input)          HPL_T_palg *
40 1 equemene
On entry,  ALGO  points to  the data structure containing the
41 1 equemene
algorithmic parameters.
42 1 equemene
.TP 8
43 1 equemene
M       (local input)           const int
44 1 equemene
On entry, M specifies the global number of rows of the panel.
45 1 equemene
M must be at least zero.
46 1 equemene
.TP 8
47 1 equemene
N       (local input)           const int
48 1 equemene
On entry,  N  specifies  the  global number of columns of the
49 1 equemene
panel and trailing submatrix. N must be at least zero.
50 1 equemene
.TP 8
51 1 equemene
JB      (global input)          const int
52 1 equemene
On entry, JB specifies is the number of columns of the panel.
53 1 equemene
JB must be at least zero.
54 1 equemene
.TP 8
55 1 equemene
A       (local input/output)    HPL_T_pmat *
56 1 equemene
On entry, A points to the data structure containing the local
57 1 equemene
array information.
58 1 equemene
.TP 8
59 1 equemene
IA      (global input)          const int
60 1 equemene
On entry,  IA  is  the global row index identifying the panel
61 1 equemene
and trailing submatrix. IA must be at least zero.
62 1 equemene
.TP 8
63 1 equemene
JA      (global input)          const int
64 1 equemene
On entry, JA is the global column index identifying the panel
65 1 equemene
and trailing submatrix. JA must be at least zero.
66 1 equemene
.TP 8
67 1 equemene
TAG     (global input)          const int
68 1 equemene
On entry, TAG is the row broadcast message id.
69 1 equemene
.TP 8
70 1 equemene
PANEL   (local input/output)    HPL_T_panel *
71 1 equemene
On entry,  PANEL  points to the data structure containing the
72 1 equemene
panel information.
73 1 equemene
.SH SEE ALSO
74 1 equemene
.BR HPL_pdpanel_new \ (3),
75 1 equemene
.BR HPL_pdpanel_disp \ (3),
76 1 equemene
.BR HPL_pdpanel_free \ (3).