![]() |
![]()
| ![]() |
![]()
NAMEHPL_grid_info - Retrieve grid information. SYNOPSIS#include "hpl.h" int HPL_grid_info( const HPL_T_grid * GRID, int * NPROW, int * NPCOL, int * MYROW, int * MYCOL ); DESCRIPTIONHPL_grid_info returns the grid shape and the coordinates in the grid of the calling process. Successful completion is indicated by the returned error code MPI_SUCCESS. Other error codes depend on the MPI implementation. ARGUMENTS
SEE ALSOHPL_pnum (3), HPL_grid_init (3), HPL_grid_exit (3).
|