Branch: refs/heads/direct_scoped_execution Home: https://github.com/STEllAR-GROUP/hpx Commit: 32be49ba4bfaa39997a94232f4397a1c6dc7c882 https://github.com/STEllAR-GROUP/hpx/commit/32be49ba4bfaa39997a94232f4397a1c6dc7c882 Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths: M .jenkins/cscs/env-clang-13.sh M .jenkins/lsu/batch.sh M .jenkins/lsu/env-gcc-9.sh M components/iostreams/src/server/output_stream.cpp M docs/sphinx/manual/hpx_runtime_and_resources.rst M libs/core/async_base/include/hpx/async_base/scheduling_properties.hpp M libs/core/coroutines/CMakeLists.txt M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp M libs/core/coroutines/include/hpx/coroutines/detail/context_generic_context.hpp M libs/core/coroutines/include/hpx/coroutines/detail/context_linux_x86.hpp M libs/core/coroutines/include/hpx/coroutines/detail/context_posix.hpp M libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp A libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self_direct.hpp M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp M libs/core/coroutines/include/hpx/coroutines/thread_enums.hpp M libs/core/coroutines/src/detail/coroutine_impl.cpp M libs/core/coroutines/src/thread_enums.cpp M libs/core/debugging/src/print.cpp M libs/core/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp M libs/core/execution/include/hpx/execution/detail/future_exec.hpp M libs/core/execution/include/hpx/execution/detail/post_policy_dispatch.hpp M libs/core/execution/include/hpx/execution/detail/sync_launch_policy_dispatch.hpp M libs/core/executors/include/hpx/executors/dataflow.hpp M libs/core/futures/CMakeLists.txt A libs/core/futures/include/hpx/futures/detail/execute_thread.hpp M libs/core/futures/include/hpx/futures/detail/future_data.hpp M libs/core/futures/include/hpx/futures/futures_factory.hpp M libs/core/futures/include/hpx/futures/packaged_continuation.hpp M libs/core/futures/include/hpx/futures/traits/is_future.hpp A libs/core/futures/src/detail/execute_thread.cpp M libs/core/futures/src/future_data.cpp M libs/core/futures/tests/unit/CMakeLists.txt A libs/core/futures/tests/unit/direct_scoped_execution.cpp M libs/core/init_runtime_local/src/init_runtime_local.cpp M libs/core/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp M libs/core/resource_partitioner/src/detail_partitioner.cpp M libs/core/resource_partitioner/src/partitioner.cpp M libs/core/resource_partitioner/tests/unit/cross_pool_injection.cpp M libs/core/resource_partitioner/tests/unit/scheduler_binding_check.cpp M libs/core/runtime_local/include/hpx/runtime_local/runtime_local.hpp M libs/core/runtime_local/src/custom_exception_info.cpp M libs/core/runtime_local/src/runtime_local.cpp M libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp M libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp M libs/core/thread_pools/CMakeLists.txt M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp M libs/core/threading_base/CMakeLists.txt M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp M libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp M libs/core/threading_base/src/create_work.cpp M libs/core/threading_base/src/execution_agent.cpp M libs/core/threading_base/src/set_thread_state.cpp M libs/core/threading_base/src/set_thread_state_timed.cpp M libs/core/threading_base/src/thread_data.cpp M libs/core/threading_base/src/thread_helpers.cpp M libs/core/threadmanager/include/hpx/modules/threadmanager.hpp M libs/full/runtime_distributed/src/runtime_distributed.cpp Log Message: ----------- Futures attempt to execute threads directly if those have not started executing - adding new API function hpx::threads::get_outer_self_id - flyby: fixing initialization of resource partitioner Commit: 72114567ea3f6f0aa31defdf2fab1aa9d5527c41 https://github.com/STEllAR-GROUP/hpx/commit/72114567ea3f6f0aa31defdf2fab1aa9d5527c41 Author: Panos <pansys...@gmail.com> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M libs/core/futures/tests/unit/direct_scoped_execution.cpp Log Message: ----------- Fix outdated includes Commit: 72c2be5b694258c045ae5ca8fcc7c339190027f8 https://github.com/STEllAR-GROUP/hpx/commit/72c2be5b694258c045ae5ca8fcc7c339190027f8 Author: Panos Syskakis <pansys...@gmail.com> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M libs/core/futures/include/hpx/futures/packaged_continuation.hpp Log Message: ----------- Fix race condition Commit: 654fd850dd697a149bdeba4d9a87eb058a228cd2 https://github.com/STEllAR-GROUP/hpx/commit/654fd850dd697a149bdeba4d9a87eb058a228cd2 Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M libs/core/execution/include/hpx/execution/detail/future_exec.hpp M libs/core/futures/include/hpx/futures/futures_factory.hpp M libs/core/futures/include/hpx/futures/packaged_continuation.hpp M libs/core/futures/tests/unit/direct_scoped_execution.cpp M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp Log Message: ----------- Working around the need to use a lock during thread creation Commit: cad3672a10d80e47a01a97c41f74f6da70a95448 https://github.com/STEllAR-GROUP/hpx/commit/cad3672a10d80e47a01a97c41f74f6da70a95448 Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M .jenkins/lsu/env-clang-11.sh M .jenkins/lsu/env-clang-12.sh M .jenkins/lsu/env-gcc-10.sh Log Message: ----------- Enabling this feature on more builders Commit: effb8190ece4c6bacac86b8544c739f492269e30 https://github.com/STEllAR-GROUP/hpx/commit/effb8190ece4c6bacac86b8544c739f492269e30 Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M libs/core/futures/include/hpx/futures/futures_factory.hpp M libs/core/futures/src/future_data.cpp Log Message: ----------- Fixing more possible race conditions Commit: c0020ce66fd3501d735e142b2d2370d7cf365a3d https://github.com/STEllAR-GROUP/hpx/commit/c0020ce66fd3501d735e142b2d2370d7cf365a3d Author: Panos Syskakis <pansys...@gmail.com> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M libs/core/futures/src/future_data.cpp Log Message: ----------- Fix race condition Commit: 70242dbf0945bef71ad30072ad4ebf617419ec78 https://github.com/STEllAR-GROUP/hpx/commit/70242dbf0945bef71ad30072ad4ebf617419ec78 Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M libs/core/config/cmake/templates/config_version.hpp.in M libs/core/futures/src/detail/execute_thread.cpp M libs/core/resource_partitioner/tests/unit/CMakeLists.txt M libs/core/resource_partitioner/tests/unit/suspend_pool.cpp M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp M libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp Log Message: ----------- Fixing assert in schedule_pool test - flyby: additional unrelated cleanup Commit: f6334d3be326769ba9f223a2b4fa1eac10d05481 https://github.com/STEllAR-GROUP/hpx/commit/f6334d3be326769ba9f223a2b4fa1eac10d05481 Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-07-25 (Tue, 25 Jul 2023) Changed paths: M libs/core/init_runtime_local/src/init_runtime_local.cpp M libs/core/resource_partitioner/tests/unit/suspend_pool_external.cpp M libs/core/runtime_local/src/runtime_local.cpp M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp Log Message: ----------- Improve error handling Compare: https://github.com/STEllAR-GROUP/hpx/compare/e12bed4dca6a...f6334d3be326 _______________________________________________ hpx-commits mailing list hpx-commits@mail.cct.lsu.edu https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits