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
..
2020-03-27 10:15:45 -06:00
2020-11-10 13:52:29 -05:00
2020-02-07 18:20:06 -08:00
2020-04-22 12:46:27 -07:00
2020-10-28 03:15:38 +01:00