SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ Cpigemr2do() [2/2]

void Cpigemr2do ( Int  m,
Int  n,
Int ptrmyblock,
Int  ia,
Int  ja,
MDESC ma,
Int ptrmynewblock,
Int  ib,
Int  jb,
MDESC mb 
)

Definition at line 265 of file pigemr.c.

273{
274 Int dummy, nprocs;
275 Int gcontext;
276 /* first we initialize a global grid which serve as a reference to
277 * communicate from grid a to grid b */
278 Cblacs_pinfo(&dummy, &nprocs);
279 Cblacs_get((Int)0, (Int)0, &gcontext);
280 Cblacs_gridinit(&gcontext, "R", (Int)1, nprocs);
281 Cpigemr2d(m, n, ptrmyblock, ia, ja, ma,
282 ptrmynewblock, ib, jb, mb, gcontext);
283 Cblacs_gridexit(gcontext);
284}
#define Int
Definition Bconfig.h:22
void Cblacs_gridexit()
void Cpigemr2d()
void Cblacs_pinfo()
void Cblacs_get()
void Cblacs_gridinit()
Here is the call graph for this function: