1
1
openmpi/ompi/datatype
George Bosilca f7ac610bee Fix an issue with the packing/unpacking of datatype representations
identified by Takahiro Kawashima. The packed length was reported as a
max bound and not provided on the unpacking side, so the unpacking
buffer could become out of sync with the content stored after the
packed representation.

The fix force the packing operation itself before reporting the length,
so we always report now the real number of bytes in the packed
representation.

cmr:v1.7.3:reviewer=jsquyres

This commit was SVN r28790.
2013-07-15 10:54:22 +00:00
..
Makefile.am darray and subarray are now first class citizens in Open MPI. They can be stored 2011-03-02 19:22:24 +00:00
ompi_datatype_args.c Fix an issue with the packing/unpacking of datatype representations 2013-07-15 10:54:22 +00:00
ompi_datatype_create_contiguous.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
ompi_datatype_create_darray.c Fix the darray issue where the UB was not computed correctly. The 2012-07-24 22:24:54 +00:00
ompi_datatype_create_indexed.c Add support for the new MPI_Type_create_hindexed_block (MPI 3.0). 2012-08-07 12:48:30 +00:00
ompi_datatype_create_struct.c Refs trac:2273 2010-03-16 00:47:10 +00:00
ompi_datatype_create_subarray.c Fix the darray issue where the UB was not computed correctly. The 2012-07-24 22:24:54 +00:00
ompi_datatype_create_vector.c Refs trac:2273 2010-03-16 00:47:10 +00:00
ompi_datatype_create.c Make ompi_datatype_destroy a real function (instead of inline). 2011-02-25 00:37:52 +00:00
ompi_datatype_external32.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
ompi_datatype_internal.h Patch based on Takahiro Kawashima fixing the issues with some 2013-05-22 18:35:21 +00:00
ompi_datatype_match_size.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
ompi_datatype_module.c Patch based on Takahiro Kawashima fixing the issues with some 2013-05-22 18:35:21 +00:00
ompi_datatype_sndrcv.c Use the correct value for detecting packed data. 2009-08-11 19:09:45 +00:00
ompi_datatype.h Fix an issue with the packing/unpacking of datatype representations 2013-07-15 10:54:22 +00:00