Go to the source code of this file.
Data Structures | |
| struct | MDESC |
| struct | IDESC |
Macros | |
| #define | static2 static |
| #define | fortran_mr2d pigemr2do |
| #define | fortran_mr2dnew pigemr2d |
| #define | icopy_ icopy |
| #define | ilacpy_ ilacpy |
| #define | Clacpy Cigelacpy |
| #define | BLOCK_CYCLIC_2D 1 |
| #define | SHIFT(row, sprow, nbrow) |
| #define | max(A, B) |
| #define | min(A, B) |
| #define | DIVUP(a, b) |
| #define | ROUNDUP(a, b) |
| #define | scanD0 igescanD0 |
| #define | dispmat igedispmat |
| #define | setmemory igesetmemory |
| #define | freememory igefreememory |
| #define | scan_intervals igescan_intervals |
| #define | SENDBUFF 0 |
| #define | RECVBUFF 1 |
| #define | SIZEBUFF 2 |
| #define | NDEBUG |
Functions | |
| void | Cblacs_pcoord () |
| Int | Cblacs_pnum () |
| void | Csetpvmtids () |
| void | Cblacs_get () |
| void | Cblacs_pinfo () |
| void | Cblacs_gridinfo () |
| void | Cblacs_gridinit () |
| void | Cblacs_exit () |
| void | Cblacs_gridexit () |
| void | Cblacs_setup () |
| void | Cigebs2d () |
| void | Cigebr2d () |
| void | Cigesd2d () |
| void | Cigerv2d () |
| void | Cigsum2d () |
| void | Cigamn2d () |
| void | Cigamx2d () |
| Int | localindice () |
| void * | mr2d_malloc () |
| Int | ppcm () |
| Int | localsize () |
| Int | memoryblocksize () |
| Int | changeorigin () |
| void | paramcheck () |
| void | Cpigemr2do () |
| void | Cpigemr2d () |
| void * | mr2d_malloc (Int n) |
| Int | pgcd (Int a, Int b) |
| Int | ppcm (Int a, Int b) |
| Int | localsize (Int myprow, Int p, Int nbrow, Int m) |
| Int | memoryblocksize (MDESC *a) |
| void | checkequal (Int ctxt, Int a) |
| void | paramcheck (MDESC *a, Int i, Int j, Int m, Int n, Int p, Int q, Int gcontext) |
| Int | changeorigin (Int myp, Int sp, Int p, Int bs, Int i, Int *decal, Int *newsp) |
| Int | localindice (Int ig, Int jg, Int templateheight, Int templatewidth, MDESC *a) |
| #define BLOCK_CYCLIC_2D 1 |
Definition at line 36 of file pgemraux.c.
| #define Clacpy Cigelacpy |
Definition at line 23 of file pgemraux.c.
| #define dispmat igedispmat |
Definition at line 83 of file pgemraux.c.
| #define DIVUP | ( | a, | |
| b ) |
Definition at line 44 of file pgemraux.c.
| #define fortran_mr2d pigemr2do |
Definition at line 18 of file pgemraux.c.
| #define fortran_mr2dnew pigemr2d |
Definition at line 19 of file pgemraux.c.
| #define freememory igefreememory |
Definition at line 85 of file pgemraux.c.
| #define icopy_ icopy |
Definition at line 20 of file pgemraux.c.
| void ilacpy_ ilacpy |
Definition at line 21 of file pgemraux.c.
| #define max | ( | A, | |
| B ) |
Definition at line 42 of file pgemraux.c.
| #define min | ( | A, | |
| B ) |
Definition at line 43 of file pgemraux.c.
| #define NDEBUG |
Definition at line 102 of file pgemraux.c.
| #define RECVBUFF 1 |
Definition at line 96 of file pgemraux.c.
| #define ROUNDUP | ( | a, | |
| b ) |
Definition at line 45 of file pgemraux.c.
| #define scan_intervals igescan_intervals |
Definition at line 86 of file pgemraux.c.
| #define scanD0 igescanD0 |
Definition at line 82 of file pgemraux.c.
| #define SENDBUFF 0 |
Definition at line 95 of file pgemraux.c.
| #define setmemory igesetmemory |
Definition at line 84 of file pgemraux.c.
| #define SHIFT | ( | row, | |
| sprow, | |||
| nbrow ) |
Definition at line 41 of file pgemraux.c.
| #define SIZEBUFF 2 |
Definition at line 97 of file pgemraux.c.
| #define static2 static |
Definition at line 8 of file pgemraux.c.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Definition at line 250 of file pgemraux.c.
Definition at line 186 of file pgemraux.c.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Definition at line 267 of file pgemraux.c.
|
extern |
Definition at line 145 of file pgemraux.c.
|
extern |
Definition at line 173 of file pgemraux.c.
|
extern |
| void * mr2d_malloc | ( | Int | n | ) |
Definition at line 108 of file pgemraux.c.
|
extern |
Definition at line 204 of file pgemraux.c.
Definition at line 120 of file pgemraux.c.
|
extern |