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

◆ BI_dMPI_amx()

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

Definition at line 3 of file BI_dMPI_amx.c.

4{
5 void BI_dvvamx(Int, char *, char *);
6 extern BLACBUFF BI_AuxBuff;
7
8 BI_dvvamx(BI_AuxBuff.Len, inout, in);
9}
BLACBUFF BI_AuxBuff
void BI_dvvamx(Int N, char *vec1, char *vec2)
Definition BI_dvvamx.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: