Branch: refs/heads/communication_set
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 53149fff9714dc0b4446b2189652c6a06aa439bd
https://github.com/STEllAR-GROUP/hpx/commit/53149fff9714dc0b4446b2189652c6a06aa439bd
Author: Hartmut Kaiser <[email protected]>
Date: 2020-08-29 (Sat, 29 Aug 2020)
Changed paths:
M libs/collectives/CMakeLists.txt
A libs/collectives/include/hpx/collectives/communication_set.hpp
A libs/collectives/include/hpx/collectives/detail/communication_set_node.hpp
A libs/collectives/src/create_communication_set.cpp
A libs/collectives/src/detail/communication_set_node.cpp
M libs/collectives/tests/unit/CMakeLists.txt
A libs/collectives/tests/unit/communication_set.cpp
Log Message:
-----------
Adding communications set
- A communication_set is a set of connected communicator_node objects that
are connected using a binomial communication pattern. A communication_set
can be created once and reused with any of the collective operations.
This not only removes the overhead of establishing the connections
for each instance of a collective operation, it also switches from
the linear communication model to a tree based one.
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits