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

◆ BI_SringBS()

void BI_SringBS ( BLACSCONTEXT ctxt,
BLACBUFF bp,
SDRVPTR  send 
)

Definition at line 3 of file BI_SringBS.c.

4{
5 Int Np, Iam, msgid;
6
7 Np = ctxt->scp->Np;
8 if (Np < 2) return;
9 Iam = ctxt->scp->Iam;
10 msgid = Mscopeid(ctxt);
11 send(ctxt, (Iam + 1)%Np, msgid, bp);
12 if (Np > 2) send(ctxt, (Np + Iam - 1)%Np, msgid, bp);
13}
#define Int
Definition Bconfig.h:22
#define Mscopeid(ctxt)
Definition Bdef.h:179
BLACSSCOPE * scp
Definition Bdef.h:26
Int Np
Definition Bdef.h:17
Int Iam
Definition Bdef.h:17
Here is the caller graph for this function: