1HPL_grid_exit(3) HPL Library Functions HPL_grid_exit(3)
2
3
4
6 HPL_grid_exit - Exit process grid.
7
9 #include "hpl.h"
10
11 int HPL_grid_exit( HPL_T_grid * GRID );
12
14 HPL_grid_exit 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
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
24 HPL_pnum (3), HPL_grid_init (3), HPL_grid_info (3).
25
26
27
28HPL 2.2 February 24, 2016 HPL_grid_exit(3)