Branch: refs/heads/communication_set
Home: https://github.com/STEllAR-GROUP/hpx
Commit: f2f6c778de6ed073ba8406a4fe5976159c6f06d9
https://github.com/STEllAR-GROUP/hpx/commit/f2f6c778de6ed073ba8406a4fe5976159c6f06d9
Author: Hartmut Kaiser <[email protected]>
Date: 2020-09-13 (Sun, 13 Sep 2020)
Changed paths:
M libs/full/collectives/CMakeLists.txt
A libs/full/collectives/include/hpx/collectives/communication_set.hpp
A
libs/full/collectives/include/hpx/collectives/detail/communication_set_node.hpp
A libs/full/collectives/src/create_communication_set.cpp
A libs/full/collectives/src/detail/communication_set_node.cpp
M libs/full/collectives/tests/unit/CMakeLists.txt
A libs/full/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