Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 1043b89cad1854d8d527d0c6f2488a6a15aaa8f8
      
https://github.com/STEllAR-GROUP/hpx/commit/1043b89cad1854d8d527d0c6f2488a6a15aaa8f8
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-06-04 (Fri, 04 Jun 2021)

  Changed paths:
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/wait_all.hpp
    M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
    M libs/parallelism/futures/include/hpx/futures/packaged_continuation.hpp

  Log Message:
  -----------
  Attempt to fix segfaults assumed to be caused by future_data instances going 
out of scope.


  Commit: 3a9a91f5ac3cb0a9bbd9e4047ca74c82f438951f
      
https://github.com/STEllAR-GROUP/hpx/commit/3a9a91f5ac3cb0a9bbd9e4047ca74c82f438951f
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-07 (Mon, 07 Jun 2021)

  Changed paths:
    M examples/1d_stencil/1d_stencil_8.cpp
    M libs/core/config/include/hpx/config.hpp
    M libs/full/collectives/CMakeLists.txt
    M libs/full/collectives/include/hpx/collectives/all_gather.hpp
    M libs/full/collectives/include/hpx/collectives/all_reduce.hpp
    M libs/full/collectives/include/hpx/collectives/all_to_all.hpp
    M libs/full/collectives/include/hpx/collectives/broadcast.hpp
    A libs/full/collectives/include/hpx/collectives/create_communicator.hpp
    M libs/full/collectives/include/hpx/collectives/detail/communicator.hpp
    A libs/full/collectives/include/hpx/collectives/exclusive_scan.hpp
    M libs/full/collectives/include/hpx/collectives/gather.hpp
    A libs/full/collectives/include/hpx/collectives/inclusive_scan.hpp
    M libs/full/collectives/include/hpx/collectives/reduce.hpp
    A libs/full/collectives/include/hpx/collectives/reduce_direct.hpp
    M libs/full/collectives/include/hpx/collectives/scatter.hpp
    M libs/full/collectives/src/create_communication_set.cpp
    A libs/full/collectives/src/create_communicator.cpp
    R libs/full/collectives/src/detail/communicator.cpp
    M libs/full/collectives/tests/regressions/multiple_gather_ops_2001.cpp
    M libs/full/collectives/tests/unit/CMakeLists.txt
    M libs/full/collectives/tests/unit/all_gather.cpp
    M libs/full/collectives/tests/unit/all_reduce.cpp
    M libs/full/collectives/tests/unit/all_to_all.cpp
    M libs/full/collectives/tests/unit/broadcast.cpp
    M libs/full/collectives/tests/unit/communication_set.cpp
    A libs/full/collectives/tests/unit/exclusive_scan_.cpp
    M libs/full/collectives/tests/unit/gather.cpp
    A libs/full/collectives/tests/unit/inclusive_scan_.cpp
    M libs/full/collectives/tests/unit/reduce.cpp
    A libs/full/collectives/tests/unit/reduce_direct.cpp
    M libs/full/collectives/tests/unit/scatter.cpp
    M libs/full/components/include/hpx/components/basename_registration_fwd.hpp
    M libs/full/components/include/hpx/components/client.hpp
    M libs/full/components/include/hpx/components/client_base.hpp
    M libs/full/components/src/basename_registration.cpp
    M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
    M libs/parallelism/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/parallelism/futures/include/hpx/futures/traits/future_access.hpp
    M libs/parallelism/futures/include/hpx/futures/traits/future_traits.hpp
    M libs/parallelism/lcos_local/include/hpx/lcos_local/and_gate.hpp
    M libs/parallelism/lcos_local/include/hpx/lcos_local/trigger.hpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into keep_alive_future_data


  Commit: 187458d4530b0f2cc1a197ca70704fe193b4b32f
      
https://github.com/STEllAR-GROUP/hpx/commit/187458d4530b0f2cc1a197ca70704fe193b4b32f
  Author: Mikael Simberg <[email protected]>
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
    M 
libs/parallelism/async_combinators/include/hpx/async_combinators/wait_all.hpp
    M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
    M libs/parallelism/futures/include/hpx/futures/packaged_continuation.hpp

  Log Message:
  -----------
  Merge pull request #5117 from STEllAR-GROUP/keep_alive_future_data

Attempt to fix segfaults assumed to be caused by future_data instances going 
out of scope.


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

Reply via email to