|
NAMEHPL_grid_exit - Exit process grid.SYNOPSIS#include "hpl.h"int HPL_grid_exit( HPL_T_grid * GRID ); DESCRIPTIONHPL_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
SEE ALSOHPL_pnum (3), HPL_grid_init (3), HPL_grid_info (3).
Visit the GSP FreeBSD Man Page Interface. |