Branch: refs/heads/communication_set
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 15677da2501d1f4a7796a875aa66c9e7de99fd19
      
https://github.com/STEllAR-GROUP/hpx/commit/15677da2501d1f4a7796a875aa66c9e7de99fd19
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-10 (Thu, 10 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

Reply via email to