14 void Send_ProcD(
const int to,
const int nin,
const double xin[],
const MPI_Comm icomm);
24 void Recv_ProcD(
const int from,
int& nout,
double xout[],
const int maxbuf,
25 const MPI_Comm icomm);
37 void ExchangeD(
const int yourid,
const int nin,
const double xin[],
38 int& nout,
double xout[],
const int maxbuf,
const MPI_Comm icomm);
void Send_ProcD(const int to, const int nin, const double xin[], const MPI_Comm icomm)
Definition: dexx.cpp:9
void ExchangeD(const int yourid, const int nin, const double xin[], int &nout, double xout[], const int maxbuf, const MPI_Comm icomm)
Definition: dexx.cpp:53
void Recv_ProcD(const int from, int &nout, double xout[], const int maxbuf, const MPI_Comm icomm)
Definition: dexx.cpp:22