1
1
openmpi/ompi/datatype
Gilles Gouaillardet 129b5ee6ff coll/base: do not drop const qualifier
MPI_Ialltoallw() and friends take a const MPI_Datatype types[] argument.
In order to be able to call OBJ_RELEASE(types[0]), we used to simply
drop the const modifier. This change make it right by introducing the
OBJ_RELEASE_NO_NULLIFY(object) macro that no more set object = NULL
if the object is freed.

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
(cherry picked from commit c49e5e5c4a)
2020-11-14 10:29:32 -05:00
..
Makefile.am Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
ompi_datatype_args.c ompi/datatype: fix how we compute the space needed for the args 2019-01-30 11:01:11 +09:00
ompi_datatype_create_contiguous.c Fix incorrect behavior with length == 0 2019-08-05 09:33:28 -04:00
ompi_datatype_create_darray.c Fix incorrect behavior with length == 0 2019-08-05 09:33:28 -04:00
ompi_datatype_create_indexed.c Optimized datatype description. 2019-08-05 09:35:07 -04:00
ompi_datatype_create_struct.c Fix incorrect behavior with length == 0 2019-08-05 09:33:28 -04:00
ompi_datatype_create_subarray.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
ompi_datatype_create_vector.c Fix incorrect behavior with length == 0 2019-08-05 09:33:28 -04:00
ompi_datatype_create.c Miscellaneous compiler warnings fixes 2018-03-23 11:45:30 -07:00
ompi_datatype_external32.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
ompi_datatype_external.c Optimized datatype description. 2019-08-05 09:35:07 -04:00
ompi_datatype_get_elements.c Topic/datatype (#3441) 2017-05-09 09:31:40 -04:00
ompi_datatype_internal.h ompi: enhance MPI_File_set_view datatype check. 2018-01-09 18:05:15 +09:00
ompi_datatype_match_size.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
ompi_datatype_module.c Update the datatype dump to match the actual types. 2019-08-05 09:37:47 -04:00
ompi_datatype_sndrcv.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
ompi_datatype.h coll/base: do not drop const qualifier 2020-11-14 10:29:32 -05:00