![]() |
![]()
| ![]() |
![]()
NAMEHPL_grid_init - Create a process grid. SYNOPSIS#include "hpl.h" int HPL_grid_init( MPI_Comm COMM, const HPL_T_ORDER ORDER, const int NPROW, const int NPCOL, HPL_T_grid * GRID ); DESCRIPTIONHPL_grid_init creates a NPROW x NPCOL process grid using column- or row-major ordering from an initial collection of processes identified by an MPI communicator. Successful completion is indicated by the returned error code MPI_SUCCESS. Other error codes depend on the MPI implementation. The coordinates of processes that are not part of the grid are set to values outside of [0..NPROW) x [0..NPCOL). ARGUMENTS
SEE ALSOHPL_pnum (3), HPL_grid_info (3), HPL_grid_exit (3).
|