ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
BI_cMPI_amx2.c
Go to the documentation of this file.
1 #include "Bdef.h"
2 void BI_cMPI_amx2(void *in, void *inout, int *N, MPI_Datatype *dtype)
3 {
4  void BI_cvvamx2(int, char *, char *);
5  BI_cvvamx2(*N, inout, in);
6 }
BI_cvvamx2
void BI_cvvamx2(int N, char *vec1, char *vec2)
Definition: BI_cvvamx2.c:2
Bdef.h
BI_cMPI_amx2
void BI_cMPI_amx2(void *in, void *inout, int *N, MPI_Datatype *dtype)
Definition: BI_cMPI_amx2.c:2