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