Statistiques
| Révision :

root / man / man3 / HPL_grid_exit.3 @ 1

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

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