17 #ifdef ZeroByteTypeBug
18 if (Dtype == MPI_BYTE)
21 if (info %
sizeof(MPI_Request))
22 info +=
sizeof(MPI_Request) - info %
sizeof(MPI_Request);
23 i = info +
BI_Np*
sizeof(MPI_Request);
30 bp->
Aops = (MPI_Request *) &cptr[info];
36 "Not enough memory to allocate 0 byte buffer\n");
41 info=MPI_Pack_size(one, Dtype, ctxt->
scp->
comm, &i);
46 info=MPI_Pack(A, one, Dtype, bp->
Buff, bp->
Len, &i, ctxt->
scp->
comm);
47 bp->
dtype = MPI_PACKED;