root / www / HPL_grid_exit.html
Historique | Voir | Annoter | Télécharger (998 octet)
1 |
<HTML>
|
---|---|
2 |
<HEAD>
|
3 |
<TITLE>HPL_grid_exit 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_grid_exit</B> Exit process grid. |
11 |
|
12 |
<H1>Synopsis</H1> |
13 |
<CODE>#include "hpl.h"</CODE><BR><BR> |
14 |
<CODE>int</CODE> |
15 |
<CODE>HPL_grid_exit(</CODE> |
16 |
<CODE>HPL_T_grid *</CODE> |
17 |
<CODE>GRID</CODE> |
18 |
<CODE>);</CODE> |
19 |
|
20 |
<H1>Description</H1> |
21 |
<B>HPL_grid_exit</B> |
22 |
marks the process grid object for deallocation. The |
23 |
returned error code MPI_SUCCESS indicates successful completion. |
24 |
Other error codes are (MPI) implementation dependent. |
25 |
|
26 |
<H1>Arguments</H1> |
27 |
<PRE>
|
28 |
GRID (local input/output) HPL_T_grid * |
29 |
On entry, GRID points to the data structure containing the |
30 |
process grid to be released. |
31 |
</PRE>
|
32 |
|
33 |
<H1>See Also</H1> |
34 |
<A HREF="HPL_pnum.html">HPL_pnum</A>, |
35 |
<A HREF="HPL_grid_init.html">HPL_grid_init</A>, |
36 |
<A HREF="HPL_grid_info.html">HPL_grid_info</A>. |
37 |
|
38 |
</BODY>
|
39 |
</HTML>
|