root / www / HPL_packL.html
Historique | Voir | Annoter | Télécharger (1,49 ko)
1 |
<HTML>
|
---|---|
2 |
<HEAD>
|
3 |
<TITLE>HPL_packL 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_packL</B> Form the MPI structure for the row ring broadcasts. |
11 |
|
12 |
<H1>Synopsis</H1> |
13 |
<CODE>#include "hpl.h"</CODE><BR><BR> |
14 |
<CODE>int</CODE> |
15 |
<CODE>HPL_packL(</CODE> |
16 |
<CODE>HPL_T_panel *</CODE> |
17 |
<CODE>PANEL</CODE>, |
18 |
<CODE>const int</CODE> |
19 |
<CODE>INDEX</CODE>, |
20 |
<CODE>const int</CODE> |
21 |
<CODE>LEN</CODE>, |
22 |
<CODE>const int</CODE> |
23 |
<CODE>IBUF</CODE> |
24 |
<CODE>);</CODE> |
25 |
|
26 |
<H1>Description</H1> |
27 |
<B>HPL_packL</B> |
28 |
forms the MPI data type for the panel to be broadcast. |
29 |
Successful completion is indicated by the returned error code |
30 |
MPI_SUCCESS. |
31 |
|
32 |
<H1>Arguments</H1> |
33 |
<PRE>
|
34 |
PANEL (input/output) HPL_T_panel * |
35 |
On entry, PANEL points to the current panel data structure |
36 |
being broadcast. |
37 |
</PRE>
|
38 |
<PRE>
|
39 |
INDEX (input) const int |
40 |
On entry, INDEX points to the first entry of the packed |
41 |
buffer being broadcast. |
42 |
</PRE>
|
43 |
<PRE>
|
44 |
LEN (input) const int |
45 |
On entry, LEN is the length of the packed buffer. |
46 |
</PRE>
|
47 |
<PRE>
|
48 |
IBUF (input) const int |
49 |
On entry, IBUF specifies the panel buffer/count/type entries |
50 |
that should be initialized. |
51 |
</PRE>
|
52 |
|
53 |
<H1>See Also</H1> |
54 |
<A HREF="HPL_binit.html">HPL_binit</A>, |
55 |
<A HREF="HPL_bcast.html">HPL_bcast</A>, |
56 |
<A HREF="HPL_bwait.html">HPL_bwait</A>. |
57 |
|
58 |
</BODY>
|
59 |
</HTML>
|