1
1
Gilles Gouaillardet c49e5e5c4a 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>
2020-11-13 17:31:04 +09:00
..
2015-06-23 20:59:57 -07:00
2020-03-27 10:15:45 -06:00
2020-03-27 10:15:45 -06:00
2017-06-23 08:15:34 -06:00
2015-06-23 20:59:57 -07:00
2020-03-27 10:15:45 -06:00
2020-03-27 10:15:45 -06:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2020-03-27 10:15:45 -06:00
2020-03-27 10:15:45 -06:00