Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
HPL_grid_exit(3)	      HPL Library Functions		HPL_grid_exit(3)

NAME
     HPL_grid_exit - 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 re-
     turned  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).

HPL 2.3 			December 2, 2018		HPL_grid_exit(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=HPL_grid_exit&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help