13 void Send_ProcD(
const int to,
const int nin,
const float xin[],
const MPI::Intracomm& icomm);
23 void Recv_ProcD(
const int from,
int& nout,
float xout[],
const int maxbuf,
24 const MPI::Intracomm& icomm);
36 void ExchangeD(
const int yourid,
const int nin,
const float xin[],
37 int& nout,
float xout[],
const int maxbuf,
const MPI::Intracomm& icomm);
void ExchangeD(const int yourid, const int nin, const float xin[], int &nout, float xout[], const int maxbuf, const MPI::Intracomm &icomm)
Definition: dexx.cpp:53
void Send_ProcD(const int to, const int nin, const float xin[], const MPI::Intracomm &icomm)
Definition: dexx.cpp:9
void Recv_ProcD(const int from, int &nout, float xout[], const int maxbuf, const MPI::Intracomm &icomm)
Definition: dexx.cpp:26