Statistiques
| Révision :

root / www / HPL_bcast.html @ 1

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

1
<HTML>
2
<HEAD>
3
<TITLE>HPL_bcast 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_bcast</B> Perform the row broadcast.
11

    
12
<H1>Synopsis</H1>
13
<CODE>#include "hpl.h"</CODE><BR><BR>
14
<CODE>int</CODE>
15
<CODE>HPL_bcast(</CODE>
16
<CODE>HPL_T_panel *</CODE>
17
<CODE>PANEL</CODE>,
18
<CODE>int *</CODE>
19
<CODE>IFLAG</CODE>
20
<CODE>);</CODE>
21

    
22
<H1>Description</H1>
23
<B>HPL_bcast</B>
24
broadcasts  the  current  panel.  Successful  completion is
25
indicated by IFLAG set to HPL_SUCCESS on return. IFLAG will be set to
26
HPL_FAILURE on failure and to HPL_KEEP_TESTING when the operation was
27
not completed, in which case this function should be called again.
28

    
29
<H1>Arguments</H1>
30
<PRE>
31
PANEL   (input/output)                HPL_T_panel *
32
        On entry,  PANEL  points to the  current panel data structure
33
        being broadcast.
34
</PRE>
35
<PRE>
36
IFLAG   (output)                      int *
37
        On exit,  IFLAG  indicates  whether  or not the broadcast has
38
        occured.
39
</PRE>
40

    
41
<H1>See Also</H1>
42
<A HREF="HPL_binit.html">HPL_binit</A>,
43
<A HREF="HPL_bwait.html">HPL_bwait</A>.
44

    
45
</BODY>
46
</HTML>