HPL_grid_exit - Man Page
Exit process grid.
Synopsis
#include "hpl.h"
int HPL_grid_exit( HPL_T_grid * GRID );
Description
HPL_grid_exit marks the process grid object for deallocation. The returned error code MPI_SUCCESS indicates successful completion. Other error codes are (MPI) implementation dependent.
Arguments
- GRID (local input/output) HPL_T_grid *
On entry, GRID points to the data structure containing the process grid to be released.
See Also
HPL_pnum (3), HPL_grid_init (3), HPL_grid_info (3).
Referenced By
HPL_grid_info(3), HPL_grid_init(3), HPL_pnum(3).
February 24, 2016 HPL 2.2 HPL Library Functions