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

◆ Cpitrmr2do() [2/2]

void Cpitrmr2do ( char *  uplo,
char *  diag,
Int  m,
Int  n,
Int ptrmyblock,
Int  ia,
Int  ja,
MDESC ma,
Int ptrmynewblock,
Int  ib,
Int  jb,
MDESC mb 
)

Definition at line 280 of file pitrmr.c.

289{
290 Int dummy, nprocs;
291 Int gcontext;
292 /* first we initialize a global grid which serve as a reference to
293 * communicate from grid a to grid b */
294 Cblacs_pinfo(&dummy, &nprocs);
295 Cblacs_get((Int)0, (Int)0, &gcontext);
296 Cblacs_gridinit(&gcontext, "R", (Int)1, nprocs);
297 Cpitrmr2d(uplo, diag, m, n, ptrmyblock, ia, ja, ma,
298 ptrmynewblock, ib, jb, mb, gcontext);
299 Cblacs_gridexit(gcontext);
300}
#define Int
Definition Bconfig.h:22
void Cblacs_gridexit()
void Cblacs_pinfo()
void Cblacs_get()
void Cpitrmr2d()
void Cblacs_gridinit()
Here is the call graph for this function: