1
1

coll/libnbc: fixes ompi ompi_coll_libnbc_request_t parent

base ompi_coll_libnbc_request_t on top of ompi_coll_base_nbc_request_t
to correctly support the retention of datatypes/operators

This fixes a regression introduced in open-mpi/ompi@0fe756d416

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2019-08-08 10:45:40 +09:00
родитель 6159afc07a
Коммит f8eef0fde9

Просмотреть файл

@ -580,6 +580,6 @@ request_construct(ompi_coll_libnbc_request_t *request)
OBJ_CLASS_INSTANCE(ompi_coll_libnbc_request_t,
ompi_request_t,
ompi_coll_base_nbc_request_t,
request_construct,
NULL);