Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 9647001c19d41b113a74ba8c6b0442af4633f439
      
https://github.com/STEllAR-GROUP/hpx/commit/9647001c19d41b113a74ba8c6b0442af4633f439
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2023-05-13 (Sat, 13 May 2023)

  Changed paths:
    M .circleci/config.yml
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M libs/core/threadmanager/include/hpx/modules/threadmanager.hpp
    M libs/core/threadmanager/src/threadmanager.cpp
    M libs/full/parcelset/src/parcelhandler.cpp
    M libs/full/parcelset/tests/unit/CMakeLists.txt
    M libs/full/parcelset/tests/unit/put_parcels.cpp
    M libs/full/performance_counters/src/performance_counter.cpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/server/console_logging.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/runtime_support.hpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp

  Log Message:
  -----------
  Attempt to resolve occasional shutdown hangs in distributed operation


  Commit: 86d08d2cadf75e6e87865fc4682946ce81f6e7e0
      
https://github.com/STEllAR-GROUP/hpx/commit/86d08d2cadf75e6e87865fc4682946ce81f6e7e0
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2023-05-13 (Sat, 13 May 2023)

  Changed paths:
    M libs/full/actions/include/hpx/actions/transfer_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/async_implementations.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/transfer_continuation_action.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/locking_hook.hpp

  Log Message:
  -----------
  Making sure mutex in locking_hook base stays alive

- flyby: fixing problems on older MSVC versions


  Commit: 0e66ed72798d33d4f07373d4ec4324c326b885a5
      
https://github.com/STEllAR-GROUP/hpx/commit/0e66ed72798d33d4f07373d4ec4324c326b885a5
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2023-05-13 (Sat, 13 May 2023)

  Changed paths:
    M libs/full/collectives/include/hpx/collectives/barrier.hpp
    M libs/full/collectives/src/barrier.cpp
    M 
libs/full/components_base/include/hpx/components_base/server/locking_hook.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/migration_support.hpp
    M libs/full/init_runtime/src/pre_main.cpp

  Log Message:
  -----------
  Fixing startup issues in global barrier synchronization


  Commit: 0695a8aa801b161d4f48e645b2be941c85931588
      
https://github.com/STEllAR-GROUP/hpx/commit/0695a8aa801b161d4f48e645b2be941c85931588
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2023-05-13 (Sat, 13 May 2023)

  Changed paths:
    M libs/core/synchronization/include/hpx/synchronization/barrier.hpp
    M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
    M libs/full/parcelset/tests/unit/put_parcels.cpp

  Log Message:
  -----------
  Attempting to fix spmd_block issues


  Commit: 3bb30de8ee3cf04a911d678dc5e20dfa897b2d0a
      
https://github.com/STEllAR-GROUP/hpx/commit/3bb30de8ee3cf04a911d678dc5e20dfa897b2d0a
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2023-05-14 (Sun, 14 May 2023)

  Changed paths:
    M libs/full/components/include/hpx/components/client_base.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/counters.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/counters_fwd.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/performance_counter.hpp
    M libs/full/performance_counters/src/counters.cpp
    M libs/full/performance_counters/src/performance_counter.cpp

  Log Message:
  -----------
  Improve error handling for performance counters


  Commit: 6017a20c3a1e8637383a618fb070f3b139a692b7
      
https://github.com/STEllAR-GROUP/hpx/commit/6017a20c3a1e8637383a618fb070f3b139a692b7
  Author: StellarBot <cont...@stellar-group.org>
  Date:   2023-05-14 (Sun, 14 May 2023)

  Changed paths:
    M .circleci/config.yml
    M libs/core/execution_base/include/hpx/execution_base/this_thread.hpp
    M libs/core/synchronization/include/hpx/synchronization/barrier.hpp
    M libs/core/threadmanager/include/hpx/modules/threadmanager.hpp
    M libs/core/threadmanager/src/threadmanager.cpp
    M libs/full/actions/include/hpx/actions/transfer_action.hpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/async_implementations.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/transfer_continuation_action.hpp
    M libs/full/collectives/include/hpx/collectives/barrier.hpp
    M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
    M libs/full/collectives/src/barrier.cpp
    M libs/full/components/include/hpx/components/client_base.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/locking_hook.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/migration_support.hpp
    M libs/full/init_runtime/src/pre_main.cpp
    M libs/full/parcelset/src/parcelhandler.cpp
    M libs/full/parcelset/tests/unit/CMakeLists.txt
    M libs/full/parcelset/tests/unit/put_parcels.cpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/counters.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/counters_fwd.hpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/performance_counter.hpp
    M libs/full/performance_counters/src/counters.cpp
    M libs/full/performance_counters/src/performance_counter.cpp
    M 
libs/full/runtime_components/include/hpx/runtime_components/server/console_logging.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/runtime_support.hpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp

  Log Message:
  -----------
  Merge #6236

6236: Attempt to resolve occasional shutdown hangs in distributed operation 
r=hkaiser a=hkaiser

`@Pansysk75` could you please try this patch to see if it resolves the issues 
we were discussing?

Co-authored-by: Hartmut Kaiser <hartmut.kai...@gmail.com>


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/9562b0f2f486...6017a20c3a1e
_______________________________________________
hpx-commits mailing list
hpx-commits@mail.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to