#include "superlu_ddefs.h"
Functions/Subroutines | |
void | superlu_gridinit (MPI_Comm Bcomm, int_t nprow, int_t npcol, gridinfo_t *grid) |
All processes in the MPI communicator must call this routine. | |
void | superlu_gridmap (MPI_Comm Bcomm, int_t nprow, int_t npcol, int_t usermap[], int_t ldumap, gridinfo_t *grid) |
All processes in the MPI communicator must call this routine. | |
void | superlu_gridexit (gridinfo_t *grid) |
Variables | |
MPI_Datatype | SuperLU_MPI_DOUBLE_COMPLEX = MPI_DATATYPE_NULL |
-- Distributed SuperLU routine (version 1.0) -- Lawrence Berkeley National Lab, Univ. of California Berkeley. September 1, 1999
void superlu_gridexit | ( | gridinfo_t * | grid | ) |
void superlu_gridinit | ( | MPI_Comm | Bcomm, | |
int_t | nprow, | |||
int_t | npcol, | |||
gridinfo_t * | grid | |||
) |
void superlu_gridmap | ( | MPI_Comm | Bcomm, | |
int_t | nprow, | |||
int_t | npcol, | |||
int_t | usermap[], | |||
int_t | ldumap, | |||
gridinfo_t * | grid | |||
) |
MPI_Datatype SuperLU_MPI_DOUBLE_COMPLEX = MPI_DATATYPE_NULL |