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

◆ Cpcgemr2do() [2/2]

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

Definition at line 268 of file pcgemr.c.

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