void SEND_P2P_END(void *buf, int count, MPI_Datatype dt, int node, int tag, 
		  MPI_Comm comm, int err, void **ptr, void **midptr, int type) 
{
  if (type!=PNMPIMOD_COMM_ASYNC_P2P)
    {
      SEND_P2P_ASYNC_MID1(buf,count,dt,node,tag,comm,ptr,type);
    }
}
Beispiel #2
0
void SEND_P2P_END(
#ifdef HAVE_MPI3_CONST_ARGS
  const
#endif // HAVE_MPI3_CONST_ARGS
  void *buf,
  int count, MPI_Datatype dt, int node, int tag, MPI_Comm comm, int err,
  void **ptr, void **midptr, int type)
{
  if (type != PNMPIMOD_COMM_ASYNC_P2P)
    {
      SEND_P2P_ASYNC_MID1(buf, count, dt, node, tag, comm, ptr, type);
    }
}