Branch: refs/heads/module_collectives
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 7dbc618d78786351ae510f1f9ba1fdf495bf4492
      
https://github.com/STEllAR-GROUP/hpx/commit/7dbc618d78786351ae510f1f9ba1fdf495bf4492
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
    M 
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
    M 
components/process/include/hpx/components/process/util/posix/initializers/wait_on_latch.hpp
    M 
components/process/include/hpx/components/process/util/windows/initializers/wait_on_latch.hpp
    M docs/CMakeLists.txt
    M examples/1d_stencil/1d_stencil_8.cpp
    M hpx/include/lcos.hpp
    R hpx/lcos/barrier.hpp
    R hpx/lcos/broadcast.hpp
    R hpx/lcos/detail/barrier_node.hpp
    R hpx/lcos/fold.hpp
    R hpx/lcos/gather.hpp
    R hpx/lcos/latch.hpp
    R hpx/lcos/reduce.hpp
    R hpx/lcos/server/latch.hpp
    M hpx/lcos/spmd_block.hpp
    M libs/collectives/CMakeLists.txt
    M libs/collectives/include/hpx/collectives/all_reduce.hpp
    M libs/collectives/include/hpx/collectives/all_to_all.hpp
    A libs/collectives/include/hpx/collectives/barrier.hpp
    A libs/collectives/include/hpx/collectives/broadcast.hpp
    A libs/collectives/include/hpx/collectives/detail/barrier_node.hpp
    A libs/collectives/include/hpx/collectives/detail/latch.hpp
    A libs/collectives/include/hpx/collectives/fold.hpp
    A libs/collectives/include/hpx/collectives/gather.hpp
    A libs/collectives/include/hpx/collectives/latch.hpp
    A libs/collectives/include/hpx/collectives/reduce.hpp
    A libs/collectives/include_compatibility/hpx/lcos/barrier.hpp
    A libs/collectives/include_compatibility/hpx/lcos/broadcast.hpp
    A libs/collectives/include_compatibility/hpx/lcos/fold.hpp
    A libs/collectives/include_compatibility/hpx/lcos/gather.hpp
    A libs/collectives/include_compatibility/hpx/lcos/latch.hpp
    A libs/collectives/include_compatibility/hpx/lcos/reduce.hpp
    A libs/collectives/src/barrier.cpp
    A libs/collectives/src/detail/barrier_node.cpp
    A libs/collectives/src/latch.cpp
    M libs/collectives/tests/performance/CMakeLists.txt
    A libs/collectives/tests/performance/lcos/CMakeLists.txt
    A libs/collectives/tests/performance/lcos/barrier_performance.cpp
    A libs/collectives/tests/performance/osu/CMakeLists.txt
    A libs/collectives/tests/performance/osu/broadcast.hpp
    A libs/collectives/tests/performance/osu/osu_base.cpp
    A libs/collectives/tests/performance/osu/osu_bcast.cpp
    A libs/collectives/tests/performance/osu/osu_bibw.cpp
    A libs/collectives/tests/performance/osu/osu_bw.cpp
    A libs/collectives/tests/performance/osu/osu_coll.hpp
    A libs/collectives/tests/performance/osu/osu_latency.cpp
    A libs/collectives/tests/performance/osu/osu_multi_lat.cpp
    A libs/collectives/tests/performance/osu/osu_scatter.cpp
    M libs/collectives/tests/regressions/CMakeLists.txt
    A libs/collectives/tests/regressions/barrier_3792.cpp
    A libs/collectives/tests/regressions/barrier_hang.cpp
    A libs/collectives/tests/regressions/broadcast_unwrap_future_2885.cpp
    A libs/collectives/tests/regressions/broadcast_wait_for_2822.cpp
    A libs/collectives/tests/regressions/multiple_gather_ops_2001.cpp
    M libs/collectives/tests/unit/CMakeLists.txt
    M libs/collectives/tests/unit/all_reduce.cpp
    M libs/collectives/tests/unit/all_to_all.cpp
    A libs/collectives/tests/unit/barrier.cpp
    A libs/collectives/tests/unit/broadcast.cpp
    A libs/collectives/tests/unit/broadcast_apply.cpp
    A libs/collectives/tests/unit/broadcast_component.cpp
    A libs/collectives/tests/unit/fold.cpp
    A libs/collectives/tests/unit/reduce.cpp
    A libs/collectives/tests/unit/remote_latch.cpp
    M libs/parallel_executors/CMakeLists.txt
    M libs/parallel_executors/include/hpx/parallel/executors/execution.hpp
    R src/lcos/barrier.cpp
    R src/lcos/detail/barrier_node.cpp
    R src/lcos/latch.cpp
    M src/pre_main.cpp
    M src/runtime/agas/symbol_namespace.cpp
    M src/runtime/components/server/runtime_support_server.cpp
    M src/runtime_impl.cpp
    M tests/performance/network/CMakeLists.txt
    R tests/performance/network/lcos/CMakeLists.txt
    R tests/performance/network/lcos/barrier_performance.cpp
    R tests/performance/network/osu/CMakeLists.txt
    R tests/performance/network/osu/broadcast.hpp
    R tests/performance/network/osu/osu_base.cpp
    R tests/performance/network/osu/osu_bcast.cpp
    R tests/performance/network/osu/osu_bibw.cpp
    R tests/performance/network/osu/osu_bw.cpp
    R tests/performance/network/osu/osu_coll.hpp
    R tests/performance/network/osu/osu_latency.cpp
    R tests/performance/network/osu/osu_multi_lat.cpp
    R tests/performance/network/osu/osu_scatter.cpp
    M tests/regressions/lcos/CMakeLists.txt
    R tests/regressions/lcos/barrier_3792.cpp
    R tests/regressions/lcos/barrier_hang.cpp
    R tests/regressions/lcos/broadcast_unwrap_future_2885.cpp
    R tests/regressions/lcos/broadcast_wait_for_2822.cpp
    R tests/regressions/lcos/multiple_gather_ops_2001.cpp
    M tests/unit/lcos/CMakeLists.txt
    R tests/unit/lcos/barrier.cpp
    R tests/unit/lcos/broadcast.cpp
    R tests/unit/lcos/broadcast_apply.cpp
    R tests/unit/lcos/broadcast_component.cpp
    R tests/unit/lcos/fold.cpp
    R tests/unit/lcos/reduce.cpp
    R tests/unit/lcos/remote_latch.cpp

  Log Message:
  -----------
  Moving more facilities to the collectives module


  Commit: 89e1be12db43d5780e22ab35fbf0ffb905fb857f
      
https://github.com/STEllAR-GROUP/hpx/commit/89e1be12db43d5780e22ab35fbf0ffb905fb857f
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2019-09-04 (Wed, 04 Sep 2019)

  Changed paths:
    R hpx/lcos/spmd_block.hpp
    M libs/collectives/CMakeLists.txt
    A libs/collectives/include/hpx/collectives/spmd_block.hpp
    M libs/collectives/include_compatibility/hpx/lcos/reduce.hpp
    A libs/collectives/include_compatibility/hpx/lcos/spmd_block.hpp
    M libs/collectives/tests/unit/CMakeLists.txt
    A libs/collectives/tests/unit/global_spmd_block.cpp
    M tests/unit/lcos/CMakeLists.txt
    R tests/unit/lcos/global_spmd_block.cpp

  Log Message:
  -----------
  Adding spmd_block to collectives module


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/0c11d4559081...89e1be12db43
_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to