Statistiques
| Révision :

root / man / man3 / HPL_grid_exit.3

Historique | Voir | Annoter | Télécharger (697 octet)

1 1 equemene
.TH HPL_grid_exit 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2 1 equemene
.SH NAME
3 1 equemene
HPL_grid_exit \- Exit process grid.
4 1 equemene
.SH SYNOPSIS
5 1 equemene
\fB\&#include "hpl.h"\fR
6 1 equemene
7 1 equemene
\fB\&int\fR
8 1 equemene
\fB\&HPL_grid_exit(\fR
9 1 equemene
\fB\&HPL_T_grid *\fR
10 1 equemene
\fI\&GRID\fR
11 1 equemene
\fB\&);\fR
12 1 equemene
.SH DESCRIPTION
13 1 equemene
\fB\&HPL_grid_exit\fR
14 1 equemene
marks  the process  grid object for  deallocation.  The
15 1 equemene
returned  error  code  MPI_SUCCESS  indicates  successful completion.
16 1 equemene
Other error codes are (MPI) implementation dependent.
17 1 equemene
.SH ARGUMENTS
18 1 equemene
.TP 8
19 1 equemene
GRID    (local input/output)    HPL_T_grid *
20 1 equemene
On entry,  GRID  points  to the data structure containing the
21 1 equemene
process grid to be released.
22 1 equemene
.SH SEE ALSO
23 1 equemene
.BR HPL_pnum \ (3),
24 1 equemene
.BR HPL_grid_init \ (3),
25 1 equemene
.BR HPL_grid_info \ (3).