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

◆ BI_cMPI_amx()

void BI_cMPI_amx ( void *  in,
void *  inout,
MpiInt N,
MPI_Datatype *  dtype 
)

Definition at line 3 of file BI_cMPI_amx.c.

4{
5 void BI_cvvamx(Int, char *, char *);
6 extern BLACBUFF BI_AuxBuff;
7
8 BI_cvvamx(BI_AuxBuff.Len, inout, in);
9}
BLACBUFF BI_AuxBuff
void BI_cvvamx(Int N, char *vec1, char *vec2)
Definition BI_cvvamx.c:2
#define Int
Definition Bconfig.h:22
Int Len
Definition Bdef.h:57
Here is the call graph for this function:
Here is the caller graph for this function: