defective MPI_Pack/Unpack/Pack_size interface
MPI_Pack, MPI_Unpack, and MPI_Pack_size use integers to describe counts
of bytes and posistions in a bytestream. In a world of 2 GiB+
datatypes, this is not correct. It will take an army to change the
standard, but we can at least do the right thing internally.
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
Please register or sign in to comment