Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 3530c2e61df0999858abe23ccc4ca073c221b45e
      
https://github.com/STEllAR-GROUP/hpx/commit/3530c2e61df0999858abe23ccc4ca073c221b45e
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-14 (Mon, 14 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.


  Commit: a14cb1d1e6b6e4a44c2b9e475df01c97e28f0fb9
      
https://github.com/STEllAR-GROUP/hpx/commit/a14cb1d1e6b6e4a44c2b9e475df01c97e28f0fb9
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-09-16 (Wed, 16 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:
  -----------
  Merge pull request #4959 from STEllAR-GROUP/communication_set

Adding communications set


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/b40c228983ec...a14cb1d1e6b6
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to