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

◆ Cpzgemr2do() [2/2]

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

Definition at line 268 of file pzgemr.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((Int)0, (Int)0, &gcontext);
283 Cblacs_gridinit(&gcontext, "R", (Int)1, nprocs);
284 Cpzgemr2d(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 Cpzgemr2d()
void Cblacs_pinfo()
void Cblacs_get()
void Cblacs_gridinit()
Here is the call graph for this function: