1
1
Valentin Petrov 83a2518994 Coll/hcoll: fixes hcoll non-blocking colls support
open-mpi/ompi@0fe756d416 Introduced
    a bug in coll/hcoll component. The ompi_requests allocated by
    libhcoll would be treated as coll_base_nbc_request during
    ompi_coll_base_retain_<> call. Afterwards this would lead to a
    segv in the request cleanup.

    Fix: since libhcoll interface does not distinguish between the
    blocling/non-blocking requests use coll_base_nbc_request all the
    time and initialize it properly in
    coll/hcoll/get_coll_handle(). It is still within 2 cache lines.

Signed-off-by: Valentin Petrov <valentinp@mellanox.com>
2019-08-27 17:23:52 +03:00
..
2019-08-16 10:27:43 -04:00
2018-06-14 09:41:10 +09:00
2018-09-10 09:21:49 +09:00
2019-02-07 06:36:35 -08:00
2019-08-09 11:51:30 +03:00
2018-10-30 08:51:25 -07:00