root / www / HPL_pdpanel_init.html
Historique | Voir | Annoter | Télécharger (2,72 ko)
1 |
<HTML>
|
---|---|
2 |
<HEAD>
|
3 |
<TITLE>HPL_pdpanel_init HPL 2.0 Library Functions September 10, 2008</TITLE> |
4 |
</HEAD>
|
5 |
|
6 |
<BODY BGCOLOR="WHITE" TEXT = "#000000" LINK = "#0000ff" VLINK = "#000099" |
7 |
ALINK = "#ffff00"> |
8 |
|
9 |
<H1>Name</H1> |
10 |
<B>HPL_pdpanel_init</B> Initialize the panel resources. |
11 |
|
12 |
<H1>Synopsis</H1> |
13 |
<CODE>#include "hpl.h"</CODE><BR><BR> |
14 |
<CODE>void</CODE> |
15 |
<CODE>HPL_pdpanel_init(</CODE> |
16 |
<CODE>HPL_T_grid *</CODE> |
17 |
<CODE>GRID</CODE>, |
18 |
<CODE>HPL_T_palg *</CODE> |
19 |
<CODE>ALGO</CODE>, |
20 |
<CODE>const int</CODE> |
21 |
<CODE>M</CODE>, |
22 |
<CODE>const int</CODE> |
23 |
<CODE>N</CODE>, |
24 |
<CODE>const int</CODE> |
25 |
<CODE>JB</CODE>, |
26 |
<CODE>HPL_T_pmat *</CODE> |
27 |
<CODE>A</CODE>, |
28 |
<CODE>const int</CODE> |
29 |
<CODE>IA</CODE>, |
30 |
<CODE>const int</CODE> |
31 |
<CODE>JA</CODE>, |
32 |
<CODE>const int</CODE> |
33 |
<CODE>TAG</CODE>, |
34 |
<CODE>HPL_T_panel *</CODE> |
35 |
<CODE>PANEL</CODE> |
36 |
<CODE>);</CODE> |
37 |
|
38 |
<H1>Description</H1> |
39 |
<B>HPL_pdpanel_init</B> |
40 |
initializes a panel data structure. |
41 |
|
42 |
<H1>Arguments</H1> |
43 |
<PRE>
|
44 |
GRID (local input) HPL_T_grid * |
45 |
On entry, GRID points to the data structure containing the |
46 |
process grid information. |
47 |
</PRE>
|
48 |
<PRE>
|
49 |
ALGO (global input) HPL_T_palg * |
50 |
On entry, ALGO points to the data structure containing the |
51 |
algorithmic parameters. |
52 |
</PRE>
|
53 |
<PRE>
|
54 |
M (local input) const int |
55 |
On entry, M specifies the global number of rows of the panel. |
56 |
M must be at least zero. |
57 |
</PRE>
|
58 |
<PRE>
|
59 |
N (local input) const int |
60 |
On entry, N specifies the global number of columns of the |
61 |
panel and trailing submatrix. N must be at least zero. |
62 |
</PRE>
|
63 |
<PRE>
|
64 |
JB (global input) const int |
65 |
On entry, JB specifies is the number of columns of the panel. |
66 |
JB must be at least zero. |
67 |
</PRE>
|
68 |
<PRE>
|
69 |
A (local input/output) HPL_T_pmat * |
70 |
On entry, A points to the data structure containing the local |
71 |
array information. |
72 |
</PRE>
|
73 |
<PRE>
|
74 |
IA (global input) const int |
75 |
On entry, IA is the global row index identifying the panel |
76 |
and trailing submatrix. IA must be at least zero. |
77 |
</PRE>
|
78 |
<PRE>
|
79 |
JA (global input) const int |
80 |
On entry, JA is the global column index identifying the panel |
81 |
and trailing submatrix. JA must be at least zero. |
82 |
</PRE>
|
83 |
<PRE>
|
84 |
TAG (global input) const int |
85 |
On entry, TAG is the row broadcast message id. |
86 |
</PRE>
|
87 |
<PRE>
|
88 |
PANEL (local input/output) HPL_T_panel * |
89 |
On entry, PANEL points to the data structure containing the |
90 |
panel information. |
91 |
</PRE>
|
92 |
|
93 |
<H1>See Also</H1> |
94 |
<A HREF="HPL_pdpanel_new.html">HPL_pdpanel_new</A>, |
95 |
<A HREF="HPL_pdpanel_disp.html">HPL_pdpanel_disp</A>, |
96 |
<A HREF="HPL_pdpanel_free.html">HPL_pdpanel_free</A>. |
97 |
|
98 |
</BODY>
|
99 |
</HTML>
|