|
ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the documentation of this file.
3 #if (INTFACE == C_CALL)
4 void Czgebr2d(
int ConTxt,
char *scope,
char *top,
int m,
int n,
double *A,
5 int lda,
int rsrc,
int csrc)
8 double *A,
int *lda,
int *rsrc,
int *csrc)
58 void BI_ArgCheck(
int,
int,
char *,
char,
char,
char,
int,
int,
int,
int,
78 int length, src, tlda, error, one=1;
87 #if (BlacsDebugLvl > 0)
96 if (ttop ==
' ') ttop = DefBSTop;
140 else if ( (tlda ==
Mpval(m)) || (
Mpval(n) == 1) )
156 MPI_Pack_size(one, MatTyp, ctxt->
scp->
comm, &length);
159 bp->
dtype = MPI_PACKED;
161 if (MatTyp == MPI_BYTE)
165 bp->
dtype = MPI_BYTE;
174 error =
BI_HypBR(ctxt, bp, send, src);
BLACBUFF * BI_GetBuff(int length)
void BI_Unpack(BLACSCONTEXT *ctxt, BVOID *A, BLACBUFF *bp, MPI_Datatype Dtype)
void BI_Asend(BLACSCONTEXT *ctxt, int dest, int msgid, BLACBUFF *bp)
void BI_SringBR(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send, int src)
void BI_Ssend(BLACSCONTEXT *ctxt, int dest, int msgid, BLACBUFF *bp)
void BI_MpathBR(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send, int src, int npaths)
F_VOID_FUNC zgebr2d_(int *ConTxt, F_CHAR scope, F_CHAR top, int *m, int *n, double *A, int *lda, int *rsrc, int *csrc)
#define MGetConTxt(Context, ctxtptr)
int BI_HypBR(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send, int src)
void BI_IdringBR(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send, int src, int step)
void BI_TreeBR(BLACSCONTEXT *ctxt, BLACBUFF *bp, SDRVPTR send, int src, int nbranches)
void(* SDRVPTR)(BLACSCONTEXT *, int, int, BLACBUFF *)
MPI_Datatype BI_GetMpiGeType(BLACSCONTEXT *ctxt, int m, int n, int lda, MPI_Datatype Dtype, int *N)
void BI_BlacsErr(int ConTxt, int line, char *file, char *form,...)
void BI_ArgCheck(int ConTxt, int RoutType, char *routine, char scope, char uplo, char diag, int m, int n, int lda, int nprocs, int *prows, int *pcols)
#define BI_MPI_TYPE_FREE(t)
#define Mvkpnum(ctxt, prow, pcol)
void BI_UpdateBuffs(BLACBUFF *Newbp)
int BI_BuffIsFree(BLACBUFF *bp, int Wait)