Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 0c1f49f41bd4bd08d26163c5e7b30f7c58722eb5
https://github.com/STEllAR-GROUP/hpx/commit/0c1f49f41bd4bd08d26163c5e7b30f7c58722eb5
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M cmake/HPX_AddModule.cmake
M libs/core/asio/include/hpx/asio/asio_util.hpp
M libs/core/asio/src/asio_util.cpp
M libs/core/asio/src/map_hostnames.cpp
M libs/core/datastructures/tests/regressions/CMakeLists.txt
R libs/core/datastructures/tests/regressions/tuple_serialization_803.cpp
M libs/core/errors/tests/unit/CMakeLists.txt
R libs/core/errors/tests/unit/handled_exception.cpp
R libs/core/errors/tests/unit/unhandled_exception.cpp
M libs/core/functional/include/hpx/functional/traits/get_action_name.hpp
M libs/core/functional/tests/regressions/CMakeLists.txt
R libs/core/functional/tests/regressions/function_argument.cpp
R libs/core/functional/tests/regressions/function_serialization_728.cpp
M libs/core/iterator_support/tests/performance/CMakeLists.txt
M libs/core/iterator_support/tests/performance/stencil3_iterators.cpp
M libs/core/iterator_support/tests/unit/CMakeLists.txt
M libs/core/iterator_support/tests/unit/is_iterator.cpp
M libs/core/serialization/tests/performance/CMakeLists.txt
R libs/core/serialization/tests/performance/serialization_overhead.cpp
M libs/core/serialization/tests/unit/CMakeLists.txt
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/threading_base/tests/unit/CMakeLists.txt
R libs/core/threading_base/tests/unit/set_thread_state.cpp
M libs/full/actions/tests/performance/CMakeLists.txt
A libs/full/actions/tests/performance/serialization_overhead.cpp
M libs/full/actions/tests/regressions/CMakeLists.txt
A libs/full/actions/tests/regressions/function_argument.cpp
A libs/full/actions/tests/regressions/function_serialization_728.cpp
A libs/full/actions/tests/regressions/tuple_serialization_803.cpp
A libs/full/actions/tests/regressions/wait_all_hang_1946.cpp
M libs/full/actions/tests/unit/CMakeLists.txt
A libs/full/actions/tests/unit/set_thread_state.cpp
A libs/full/actions/tests/unit/thread_affinity.cpp
A libs/full/actions/tests/unit/thread_stacksize.cpp
M libs/full/async_distributed/tests/regressions/CMakeLists.txt
A libs/full/async_distributed/tests/regressions/future_hang_on_get_629.cpp
A libs/full/async_distributed/tests/regressions/future_hang_on_then_629.cpp
A
libs/full/async_distributed/tests/regressions/future_hang_on_wait_with_callback_629.cpp
A
libs/full/async_distributed/tests/regressions/future_serialization_1898.cpp
A libs/full/async_distributed/tests/regressions/future_timed_wait_1025.cpp
M libs/full/init_runtime/tests/unit/CMakeLists.txt
A libs/full/init_runtime/tests/unit/handled_exception.cpp
A libs/full/init_runtime/tests/unit/parcel_pool.cpp
A libs/full/init_runtime/tests/unit/start_stop_callbacks.cpp
A libs/full/init_runtime/tests/unit/unhandled_exception.cpp
M libs/full/resource_partitioner/CMakeLists.txt
M libs/full/resource_partitioner/examples/async_customization.cpp
M libs/full/runtime_configuration/src/runtime_configuration.cpp
M libs/full/runtime_distributed/tests/unit/CMakeLists.txt
A libs/full/runtime_distributed/tests/unit/thread_mapper_parcel_pools.cpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/src/runtime_local.cpp
M libs/full/runtime_local/tests/unit/thread_mapper.cpp
M libs/parallelism/algorithms/tests/performance/CMakeLists.txt
M libs/parallelism/algorithms/tests/performance/transform_reduce_scaling.cpp
M libs/parallelism/algorithms/tests/unit/block/CMakeLists.txt
M libs/parallelism/algorithms/tests/unit/block/task_block.cpp
M libs/parallelism/algorithms/tests/unit/block/task_block_executor.cpp
M libs/parallelism/algorithms/tests/unit/block/task_block_par.cpp
M libs/parallelism/async_combinators/tests/regressions/CMakeLists.txt
R
libs/parallelism/async_combinators/tests/regressions/wait_all_hang_1946.cpp
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M libs/parallelism/executors/tests/unit/service_executors.cpp
M libs/parallelism/futures/tests/regressions/CMakeLists.txt
R libs/parallelism/futures/tests/regressions/future_hang_on_get_629.cpp
R libs/parallelism/futures/tests/regressions/future_hang_on_then_629.cpp
R
libs/parallelism/futures/tests/regressions/future_hang_on_wait_with_callback_629.cpp
R libs/parallelism/futures/tests/regressions/future_serialization_1898.cpp
R libs/parallelism/futures/tests/regressions/future_timed_wait_1025.cpp
M libs/parallelism/threading/tests/unit/CMakeLists.txt
R libs/parallelism/threading/tests/unit/start_stop_callbacks.cpp
R libs/parallelism/threading/tests/unit/thread_affinity.cpp
R libs/parallelism/threading/tests/unit/thread_stacksize.cpp
Log Message:
-----------
Remove HPX_HAVE_NETWORKING and HPX_HAVE_DISTRIBUTED_RUNTIME ifdefs from core
modules
Commit: 5930ddef790fbf08fcdb267a92cbdadea9251869
https://github.com/STEllAR-GROUP/hpx/commit/5930ddef790fbf08fcdb267a92cbdadea9251869
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M components/containers/partitioned_vector/tests/unit/CMakeLists.txt
A
components/containers/partitioned_vector/tests/unit/is_iterator_partitioned_vector.cpp
M hpx/plugins/plugin_factory_base.hpp
M hpx/plugins/plugin_registry.hpp
M libs/core/iterator_support/tests/unit/is_iterator.cpp
M libs/full/CMakeLists.txt
M
libs/full/async_distributed/include/hpx/async_distributed/base_lco_with_value.hpp
M libs/full/async_distributed/src/base_lco_with_value_3.cpp
M libs/full/collectives/src/barrier.cpp
M libs/full/command_line_handling/CMakeLists.txt
M
libs/full/command_line_handling/include/hpx/command_line_handling/parse_command_line.hpp
M libs/full/command_line_handling/src/command_line_handling.cpp
M libs/full/command_line_handling/src/parse_command_line.cpp
A libs/full/command_line_handling_local/CMakeLists.txt
A libs/full/command_line_handling_local/README.rst
A libs/full/command_line_handling_local/docs/index.rst
A libs/full/command_line_handling_local/examples/CMakeLists.txt
A
libs/full/command_line_handling_local/include/hpx/command_line_handling_local/command_line_handling_local.hpp
A
libs/full/command_line_handling_local/include/hpx/command_line_handling_local/parse_command_line_local.hpp
A libs/full/command_line_handling_local/src/command_line_handling_local.cpp
A libs/full/command_line_handling_local/src/parse_command_line_local.cpp
A libs/full/command_line_handling_local/tests/CMakeLists.txt
A libs/full/command_line_handling_local/tests/performance/CMakeLists.txt
A libs/full/command_line_handling_local/tests/regressions/CMakeLists.txt
A libs/full/command_line_handling_local/tests/unit/CMakeLists.txt
A libs/full/ini/CMakeLists.txt
A libs/full/ini/README.rst
A libs/full/ini/docs/index.rst
A libs/full/ini/examples/CMakeLists.txt
A libs/full/ini/include/hpx/ini/ini.hpp
A libs/full/ini/src/ini.cpp
A libs/full/ini/tests/CMakeLists.txt
A libs/full/ini/tests/performance/CMakeLists.txt
A libs/full/ini/tests/regressions/CMakeLists.txt
A libs/full/ini/tests/unit/CMakeLists.txt
M libs/full/init_runtime/include/hpx/init_runtime/detail/init_logging.hpp
A libs/full/init_runtime_local/CMakeLists.txt
A libs/full/init_runtime_local/README.rst
A libs/full/init_runtime_local/docs/index.rst
A libs/full/init_runtime_local/examples/CMakeLists.txt
A
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
A libs/full/init_runtime_local/include/hpx/local/init.hpp
A libs/full/init_runtime_local/src/init_runtime_local.cpp
A libs/full/init_runtime_local/tests/CMakeLists.txt
A libs/full/init_runtime_local/tests/performance/CMakeLists.txt
A libs/full/init_runtime_local/tests/regressions/CMakeLists.txt
A libs/full/init_runtime_local/tests/unit/CMakeLists.txt
M libs/full/modules.rst
M libs/full/resource_partitioner/examples/system_characteristics.hpp
M
libs/full/resource_partitioner/include/hpx/resource_partitioner/detail/create_partitioner.hpp
M
libs/full/resource_partitioner/include/hpx/resource_partitioner/detail/partitioner.hpp
M
libs/full/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M libs/full/resource_partitioner/src/detail_partitioner.cpp
M libs/full/resource_partitioner/src/partitioner.cpp
M libs/full/runtime_components/src/server/console_error_sink_server.cpp
M libs/full/runtime_components/src/server/console_logging_server.cpp
M libs/full/runtime_configuration/CMakeLists.txt
R libs/full/runtime_configuration/include/hpx/runtime_configuration/ini.hpp
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/init_ini_data.hpp
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/runtime_configuration.hpp
R libs/full/runtime_configuration/src/ini.cpp
M libs/full/runtime_configuration/src/init_ini_data.cpp
M libs/full/runtime_configuration/src/runtime_configuration.cpp
A libs/full/runtime_configuration_local/CMakeLists.txt
A libs/full/runtime_configuration_local/README.rst
A libs/full/runtime_configuration_local/docs/index.rst
A libs/full/runtime_configuration_local/examples/CMakeLists.txt
A
libs/full/runtime_configuration_local/include/hpx/runtime_configuration_local/init_ini_data_local.hpp
A
libs/full/runtime_configuration_local/include/hpx/runtime_configuration_local/runtime_configuration_local.hpp
A libs/full/runtime_configuration_local/src/init_ini_data_local.cpp
A libs/full/runtime_configuration_local/src/runtime_configuration_local.cpp
A libs/full/runtime_configuration_local/tests/CMakeLists.txt
A libs/full/runtime_configuration_local/tests/performance/CMakeLists.txt
A libs/full/runtime_configuration_local/tests/regressions/CMakeLists.txt
A libs/full/runtime_configuration_local/tests/unit/CMakeLists.txt
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/stubs/runtime_support.hpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/full/runtime_local/src/runtime_local.cpp
M libs/full/runtime_local/tests/unit/thread_mapper.cpp
M libs/full/threadmanager/include/hpx/modules/threadmanager.hpp
M libs/full/threadmanager/src/threadmanager.cpp
M tests/unit/resource/suspend_thread.cpp
Log Message:
-----------
Add local-only versions of runtime_configuration and command_line_handling,
separate entrypoint for local runtime
Commit: f0d7a0332dc1a4bd282cc296e9ad2b033f0d435c
https://github.com/STEllAR-GROUP/hpx/commit/f0d7a0332dc1a4bd282cc296e9ad2b033f0d435c
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M components/containers/partitioned_vector/tests/unit/CMakeLists.txt
M
components/containers/partitioned_vector/tests/unit/is_iterator_partitioned_vector.cpp
M libs/full/collectives/src/barrier.cpp
M libs/full/command_line_handling_local/examples/CMakeLists.txt
M libs/full/command_line_handling_local/src/command_line_handling_local.cpp
M libs/full/command_line_handling_local/tests/CMakeLists.txt
M libs/full/command_line_handling_local/tests/regressions/CMakeLists.txt
M libs/full/ini/examples/CMakeLists.txt
M libs/full/ini/tests/CMakeLists.txt
M libs/full/ini/tests/regressions/CMakeLists.txt
M libs/full/init_runtime_local/CMakeLists.txt
M libs/full/init_runtime_local/examples/CMakeLists.txt
M
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
M libs/full/init_runtime_local/src/init_runtime_local.cpp
M libs/full/init_runtime_local/tests/CMakeLists.txt
M libs/full/init_runtime_local/tests/regressions/CMakeLists.txt
M libs/full/runtime_configuration_local/examples/CMakeLists.txt
M libs/full/runtime_configuration_local/src/runtime_configuration_local.cpp
M libs/full/runtime_configuration_local/tests/CMakeLists.txt
M libs/full/runtime_configuration_local/tests/regressions/CMakeLists.txt
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/tests/unit/thread_mapper_parcel_pools.cpp
Log Message:
-----------
Fix formatting, inspect errors, and minor compilation issues
Commit: 39cf14f7b12301ebeccf5c0e357d707445becff8
https://github.com/STEllAR-GROUP/hpx/commit/39cf14f7b12301ebeccf5c0e357d707445becff8
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M CMakeLists.txt
M components/CMakeLists.txt
Log Message:
-----------
Automatically disable components when distributed runtime is off
Commit: c0ea15f63927b8979396a01b5c06c68e75e4a3f5
https://github.com/STEllAR-GROUP/hpx/commit/c0ea15f63927b8979396a01b5c06c68e75e4a3f5
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/command_line_handling_local/CMakeLists.txt
M
libs/full/command_line_handling_local/include/hpx/command_line_handling_local/command_line_handling_local.hpp
M libs/full/command_line_handling_local/src/command_line_handling_local.cpp
M libs/full/init_runtime_local/src/init_runtime_local.cpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/full/runtime_local/src/runtime_local.cpp
Log Message:
-----------
Revert split of runtime_configuration
Commit: 47ea35521d03c3b89a9de6f7a7d04ad4d00da840
https://github.com/STEllAR-GROUP/hpx/commit/47ea35521d03c3b89a9de6f7a7d04ad4d00da840
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/core/iterator_support/tests/performance/CMakeLists.txt
M libs/core/serialization/tests/unit/CMakeLists.txt
R libs/core/serialization/tests/unit/serialize_buffer.cpp
R libs/core/serialization/tests/unit/zero_copy_serialization.cpp
M libs/full/actions/tests/unit/CMakeLists.txt
A libs/full/actions/tests/unit/serialize_buffer.cpp
A libs/full/actions/tests/unit/zero_copy_serialization.cpp
M libs/full/init_runtime/tests/unit/CMakeLists.txt
Log Message:
-----------
Move more tests that require the distributed runtime
Commit: 9ec1393e08caff008e051ee977f334850f17296b
https://github.com/STEllAR-GROUP/hpx/commit/9ec1393e08caff008e051ee977f334850f17296b
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/compute/tests/unit/CMakeLists.txt
M libs/full/compute/tests/unit/numa_allocator.cpp
M libs/full/resource_partitioner/tests/unit/CMakeLists.txt
A libs/full/resource_partitioner/tests/unit/cross_pool_injection.cpp
A libs/full/resource_partitioner/tests/unit/scheduler_binding_check.cpp
A libs/full/resource_partitioner/tests/unit/scheduler_priority_check.cpp
A libs/full/resource_partitioner/tests/unit/shutdown_suspended_pus.cpp
A libs/full/resource_partitioner/tests/unit/suspend_disabled.cpp
A libs/full/resource_partitioner/tests/unit/suspend_pool.cpp
A libs/full/resource_partitioner/tests/unit/suspend_pool_external.cpp
A libs/full/resource_partitioner/tests/unit/suspend_runtime.cpp
A libs/full/resource_partitioner/tests/unit/suspend_thread.cpp
A libs/full/resource_partitioner/tests/unit/suspend_thread_external.cpp
A libs/full/resource_partitioner/tests/unit/suspend_thread_timed.cpp
M tests/unit/CMakeLists.txt
R tests/unit/resource/CMakeLists.txt
R tests/unit/resource/cross_pool_injection.cpp
R tests/unit/resource/scheduler_binding_check.cpp
R tests/unit/resource/scheduler_priority_check.cpp
R tests/unit/resource/shutdown_suspended_pus.cpp
R tests/unit/resource/suspend_disabled.cpp
R tests/unit/resource/suspend_pool.cpp
R tests/unit/resource/suspend_pool_external.cpp
R tests/unit/resource/suspend_runtime.cpp
R tests/unit/resource/suspend_thread.cpp
R tests/unit/resource/suspend_thread_external.cpp
R tests/unit/resource/suspend_thread_timed.cpp
Log Message:
-----------
Move around and enable more tests
Commit: b9a6ad7d4fbc312c09539afb3fe9ca0350b3a9ac
https://github.com/STEllAR-GROUP/hpx/commit/b9a6ad7d4fbc312c09539afb3fe9ca0350b3a9ac
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/init_runtime_local/CMakeLists.txt
Log Message:
-----------
Remove unnecessary DEPRECATION_WARNINGS option from init_runtime_local module
Commit: 6f2e639f548aa083219a8b6342ccbb0415033dad
https://github.com/STEllAR-GROUP/hpx/commit/6f2e639f548aa083219a8b6342ccbb0415033dad
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/runtime_configuration.hpp
M
libs/full/runtime_configuration_local/include/hpx/runtime_configuration_local/runtime_configuration_local.hpp
Log Message:
-----------
Export runtime_configuration
Commit: a64da68b597e0a74354d70fd8b7cff8e202c3598
https://github.com/STEllAR-GROUP/hpx/commit/a64da68b597e0a74354d70fd8b7cff8e202c3598
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/actions/tests/unit/CMakeLists.txt
Log Message:
-----------
Add back hwloc dependency to thread_affinity test
Commit: 32c7c600215343a5ccf2d97b759d34f9f07507d6
https://github.com/STEllAR-GROUP/hpx/commit/32c7c600215343a5ccf2d97b759d34f9f07507d6
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/resource_partitioner/tests/unit/shutdown_suspended_pus.cpp
Log Message:
-----------
Disable the shared_priority_queue_scheduler in shutdown_suspended_pus test
Commit: 61875d82e6040ddd907fe0057d0bd77a8d420791
https://github.com/STEllAR-GROUP/hpx/commit/61875d82e6040ddd907fe0057d0bd77a8d420791
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/actions/tests/unit/CMakeLists.txt
Log Message:
-----------
Fix thread_affinity test command line options
Commit: 4c4f55a529871762dd3d94de118a6c69c922a521
https://github.com/STEllAR-GROUP/hpx/commit/4c4f55a529871762dd3d94de118a6c69c922a521
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
Log Message:
-----------
Remove init_winsocket call from local runtime entry point
Commit: 896a584bd0fd1f12c2b442c830645b27a4dd7511
https://github.com/STEllAR-GROUP/hpx/commit/896a584bd0fd1f12c2b442c830645b27a4dd7511
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
M libs/full/init_runtime_local/src/init_runtime_local.cpp
Log Message:
-----------
Remove APEX setup in local runtime entry point
Commit: 8f641429eb531a6b85f7dbbc5a6b0658568ce588
https://github.com/STEllAR-GROUP/hpx/commit/8f641429eb531a6b85f7dbbc5a6b0658568ce588
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/runtime_configuration/CMakeLists.txt
Log Message:
-----------
Add program_options to runtime_configuration module dependencies
Commit: b706312b5babadff9161b121251768d28a32c568
https://github.com/STEllAR-GROUP/hpx/commit/b706312b5babadff9161b121251768d28a32c568
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/core/CMakeLists.txt
A libs/core/ini/CMakeLists.txt
A libs/core/ini/README.rst
A libs/core/ini/docs/index.rst
A libs/core/ini/examples/CMakeLists.txt
A libs/core/ini/include/hpx/ini/ini.hpp
A libs/core/ini/src/ini.cpp
A libs/core/ini/tests/CMakeLists.txt
A libs/core/ini/tests/performance/CMakeLists.txt
A libs/core/ini/tests/regressions/CMakeLists.txt
A libs/core/ini/tests/unit/CMakeLists.txt
M libs/core/modules.rst
M libs/full/CMakeLists.txt
R libs/full/ini/CMakeLists.txt
R libs/full/ini/README.rst
R libs/full/ini/docs/index.rst
R libs/full/ini/examples/CMakeLists.txt
R libs/full/ini/include/hpx/ini/ini.hpp
R libs/full/ini/src/ini.cpp
R libs/full/ini/tests/CMakeLists.txt
R libs/full/ini/tests/performance/CMakeLists.txt
R libs/full/ini/tests/regressions/CMakeLists.txt
R libs/full/ini/tests/unit/CMakeLists.txt
M libs/full/modules.rst
Log Message:
-----------
Move ini module to core library
Commit: 2bea373379ff42fea411c1cbd8d89c66ba75285d
https://github.com/STEllAR-GROUP/hpx/commit/2bea373379ff42fea411c1cbd8d89c66ba75285d
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/collectives/src/barrier.cpp
M libs/full/init_runtime_local/CMakeLists.txt
M libs/full/init_runtime_local/src/init_runtime_local.cpp
Log Message:
-----------
Small header and CMake fixes
Commit: 7546011955ff240fcd8913bb37e530208d01600b
https://github.com/STEllAR-GROUP/hpx/commit/7546011955ff240fcd8913bb37e530208d01600b
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/CMakeLists.txt
M libs/full/command_line_handling_local/CMakeLists.txt
M libs/full/modules.rst
M libs/full/resource_partitioner/examples/system_characteristics.hpp
M libs/full/runtime_configuration/CMakeLists.txt
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/init_ini_data.hpp
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/runtime_configuration.hpp
M libs/full/runtime_configuration/src/init_ini_data.cpp
M libs/full/runtime_configuration/src/runtime_configuration.cpp
R libs/full/runtime_configuration_local/CMakeLists.txt
R libs/full/runtime_configuration_local/README.rst
R libs/full/runtime_configuration_local/docs/index.rst
R libs/full/runtime_configuration_local/examples/CMakeLists.txt
R
libs/full/runtime_configuration_local/include/hpx/runtime_configuration_local/init_ini_data_local.hpp
R
libs/full/runtime_configuration_local/include/hpx/runtime_configuration_local/runtime_configuration_local.hpp
R libs/full/runtime_configuration_local/src/init_ini_data_local.cpp
R libs/full/runtime_configuration_local/src/runtime_configuration_local.cpp
R libs/full/runtime_configuration_local/tests/CMakeLists.txt
R libs/full/runtime_configuration_local/tests/performance/CMakeLists.txt
R libs/full/runtime_configuration_local/tests/regressions/CMakeLists.txt
R libs/full/runtime_configuration_local/tests/unit/CMakeLists.txt
M libs/full/threadmanager/include/hpx/modules/threadmanager.hpp
M libs/full/threadmanager/src/threadmanager.cpp
Log Message:
-----------
Unsplit runtime_configuration and runtime_configuration_local
Commit: 751b5f6760f152b055588af1531e55ae4ed83dbb
https://github.com/STEllAR-GROUP/hpx/commit/751b5f6760f152b055588af1531e55ae4ed83dbb
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/core/CMakeLists.txt
M libs/create_module_skeleton.py
Log Message:
-----------
Adjust whitespace for configuration messages
Commit: 70b28f19c00de3df24d3a2473057eda1678918bf
https://github.com/STEllAR-GROUP/hpx/commit/70b28f19c00de3df24d3a2473057eda1678918bf
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/collectives/src/barrier.cpp
Log Message:
-----------
Further cleanup in barrier.cpp
Commit: ab4582a18d3aaa5ac4131deafc088a3d642e68f6
https://github.com/STEllAR-GROUP/hpx/commit/ab4582a18d3aaa5ac4131deafc088a3d642e68f6
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/command_line_handling_local/CMakeLists.txt
Log Message:
-----------
Remove wrong hpx_ini dependency from command_line_handling_local module
Commit: 689a1036bcf85db044a9c0d849d7b134ef12a725
https://github.com/STEllAR-GROUP/hpx/commit/689a1036bcf85db044a9c0d849d7b134ef12a725
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/init_runtime_local/CMakeLists.txt
Log Message:
-----------
Add missing dependency to init_runtime_local module
Commit: 0c85dcb3b0f1b970985e0982f053c509e1db77e1
https://github.com/STEllAR-GROUP/hpx/commit/0c85dcb3b0f1b970985e0982f053c509e1db77e1
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/resource_partitioner/examples/system_characteristics.hpp
M libs/full/runtime_configuration/src/runtime_configuration.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/threadmanager/src/threadmanager.cpp
Log Message:
-----------
Revert more unnecessary changes
Commit: 63cce51cf9c58592327c450587d373af4ece200e
https://github.com/STEllAR-GROUP/hpx/commit/63cce51cf9c58592327c450587d373af4ece200e
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/init_runtime/CMakeLists.txt
M libs/full/init_runtime/src/hpx_init.cpp
M
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
M libs/full/init_runtime_local/src/init_runtime_local.cpp
Log Message:
-----------
Remove some duplication between init_runtime and init_runtime_local
Commit: 64962f1a346f3f52af701e4642d12a1be38323dd
https://github.com/STEllAR-GROUP/hpx/commit/64962f1a346f3f52af701e4642d12a1be38323dd
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/full/init_runtime/CMakeLists.txt
M libs/full/init_runtime/include/hpx/init_runtime/detail/init_logging.hpp
M libs/full/init_runtime/src/hpx_init.cpp
R libs/full/init_runtime/src/init_logging.cpp
Log Message:
-----------
Parameterize init_logging to allow local-only version of it
Commit: dc4d443ddc59fa6187e881f249e7d0e636612345
https://github.com/STEllAR-GROUP/hpx/commit/dc4d443ddc59fa6187e881f249e7d0e636612345
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/core/logging/include/hpx/modules/logging.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/base_lco_with_value.hpp
M libs/full/command_line_handling/src/command_line_handling.cpp
M libs/full/command_line_handling_local/src/command_line_handling_local.cpp
M libs/full/init_runtime/include/hpx/init_runtime/detail/init_logging.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/init_runtime_local/CMakeLists.txt
A
libs/full/init_runtime_local/include/hpx/init_runtime_local/detail/init_logging.hpp
M
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
A libs/full/init_runtime_local/src/init_logging.cpp
M libs/full/init_runtime_local/src/init_runtime_local.cpp
M
libs/full/runtime_components/include/hpx/runtime_components/console_logging.hpp
M libs/full/runtime_components/src/console_logging.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
Log Message:
-----------
Add local-only initialization of logging
Commit: 92a382ea24fce960b198f3f74737489095f2b67c
https://github.com/STEllAR-GROUP/hpx/commit/92a382ea24fce960b198f3f74737489095f2b67c
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M libs/core/ini/tests/CMakeLists.txt
Log Message:
-----------
Format ini/tests/CMakeLists.txt
Commit: a1410c1da8734580f63149931a5978cac1da7cd3
https://github.com/STEllAR-GROUP/hpx/commit/a1410c1da8734580f63149931a5978cac1da7cd3
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
M libs/full/runtime_configuration/src/runtime_configuration.cpp
Log Message:
-----------
Add missing includes
Commit: 000d4e95bc5f7afe235802cc463b676cb4108290
https://github.com/STEllAR-GROUP/hpx/commit/000d4e95bc5f7afe235802cc463b676cb4108290
Author: Mikael Simberg <[email protected]>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M .circleci/config.yml
Log Message:
-----------
Update scheduler_binding_check test name in CircleCI config
Commit: a3716eec87987fcb0fa225b2312c51d5b802682d
https://github.com/STEllAR-GROUP/hpx/commit/a3716eec87987fcb0fa225b2312c51d5b802682d
Author: Mikael Simberg <[email protected]>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M .jenkins/lsu/batch.sh
M .jenkins/lsu/entry.sh
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
M cmake/HPX_SetupBoostIostreams.cmake
M cmake/templates/HPXConfig.cmake.in
A cmake/tests/cxx17_std_execution_policies.cpp
A cmake/tests/cxx20_std_execution_policies.cpp
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_impl.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
M components/iostreams/include/hpx/components/iostreams/ostream.hpp
M components/iostreams/src/standard_streams.cpp
M components/performance_counters/memory/src/mem_counter_linux.cpp
M
components/process/include/hpx/components/process/util/posix/wait_for_exit.hpp
M
examples/tuplespace/central_tuplespace/server/simple_central_tuplespace.hpp
A examples/tuplespace/central_tuplespace/server/tuple.hpp
M examples/tuplespace/central_tuplespace/server/tuples_warehouse.hpp
M examples/tuplespace/central_tuplespace/stubs/simple_central_tuplespace.hpp
R hpx/lcos_fwd.hpp
A hpx/runtime/parcelset/connection_cache.hpp
M hpx/runtime/parcelset/parcelhandler.hpp
M hpx/runtime/parcelset/parcelport.hpp
M hpx/runtime/parcelset/parcelport_impl.hpp
M hpx/runtime/parcelset_fwd.hpp
R hpx/traits/rma_memory_region_traits.hpp
R hpx/util/bind_action.hpp
R hpx/util/connection_cache.hpp
R hpx/util/register_locks_globally.hpp
R hpx/util/storage/tuple.hpp
M libs/core/assertion/src/source_location.cpp
M libs/core/config/include/hpx/config/attributes.hpp
M libs/core/config_registry/src/config_registry.cpp
M libs/core/coroutines/include/hpx/coroutines/thread_enums.hpp
M libs/core/datastructures/include/hpx/datastructures/member_pack.hpp
M libs/core/errors/src/exception.cpp
M libs/core/execution_base/include/hpx/execution_base/execution.hpp
M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
M libs/core/execution_base/src/agent_ref.cpp
M libs/core/execution_base/tests/unit/basic_sender.cpp
M libs/core/execution_base/tests/unit/basic_submit.cpp
M libs/core/format/include/hpx/modules/format.hpp
M libs/core/format/tests/unit/format.cpp
M libs/core/ini/include/hpx/ini/ini.hpp
M libs/core/ini/src/ini.cpp
M libs/core/plugin/include/hpx/plugin/detail/dll_dlopen.hpp
M libs/core/plugin/include/hpx/plugin/detail/dll_windows.hpp
M libs/core/serialization/include/hpx/serialization/basic_archive.hpp
M libs/core/serialization/tests/unit/serializable_any.cpp
M libs/core/testing/include/hpx/modules/testing.hpp
M libs/core/testing/src/testing.cpp
M libs/core/threading_base/src/thread_description.cpp
M libs/core/type_support/include/hpx/type_support/pack.hpp
M libs/full/agas/CMakeLists.txt
A libs/full/agas/src/route.cpp
M libs/full/async_colocated/include/hpx/async_colocated/apply_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/apply_colocated_callback.hpp
M libs/full/async_colocated/include/hpx/async_colocated/async_colocated.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/register_apply_colocated.hpp
M libs/full/async_distributed/CMakeLists.txt
R
libs/full/async_distributed/include/hpx/async_distributed/applier/applier.hpp
R libs/full/async_distributed/include/hpx/async_distributed/applier_fwd.hpp
M libs/full/async_distributed/include/hpx/async_distributed/apply.hpp
M libs/full/async_distributed/include/hpx/async_distributed/async.hpp
M libs/full/async_distributed/include/hpx/async_distributed/base_lco.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/base_lco_with_value.hpp
A libs/full/async_distributed/include/hpx/async_distributed/bind_action.hpp
A libs/full/async_distributed/include/hpx/async_distributed/lcos_fwd.hpp
M libs/full/async_distributed/include/hpx/async_distributed/sync.hpp
M libs/full/async_distributed/include/hpx/async_distributed/trigger_lco.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/trigger_lco_fwd.hpp
M libs/full/collectives/tests/performance/osu/broadcast.hpp
M libs/full/command_line_handling/CMakeLists.txt
A
libs/full/command_line_handling/include/hpx/command_line_handling/late_command_line_handling.hpp
M libs/full/command_line_handling/src/command_line_handling.cpp
A libs/full/command_line_handling/src/late_command_line_handling.cpp
A libs/full/command_line_handling/tests/CMakeLists.txt
A libs/full/command_line_handling/tests/performance/CMakeLists.txt
A libs/full/command_line_handling/tests/regressions/CMakeLists.txt
A libs/full/command_line_handling/tests/regressions/configuration_1572.cpp
A
libs/full/command_line_handling/tests/regressions/late_commandline_options_5257.cpp
A
libs/full/command_line_handling/tests/regressions/options_as_config_3339.cpp
A libs/full/command_line_handling/tests/regressions/use_all_cores_2262.cpp
A libs/full/command_line_handling/tests/unit/CMakeLists.txt
M
libs/full/components_base/include/hpx/components_base/server/wrapper_heap_list.hpp
M libs/full/components_base/src/address_ostream.cpp
M libs/full/compute/include/hpx/compute/host/numa_binding_allocator.hpp
M libs/full/include/include/hpx/include/applier.hpp
M libs/full/include/include/hpx/include/bind.hpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/init_runtime/src/pre_main.cpp
M libs/full/naming_base/src/gid_type.cpp
M libs/full/naming_base/src/id_type.cpp
M libs/full/program_options/src/cmdline.cpp
M libs/full/program_options/src/config_file.cpp
M libs/full/program_options/src/convert.cpp
M libs/full/program_options/src/parsers.cpp
M libs/full/runtime_configuration/CMakeLists.txt
A
libs/full/runtime_configuration/include/hpx/runtime_configuration/register_locks_globally.hpp
A libs/full/runtime_configuration/src/register_locks_globally.cpp
M libs/full/runtime_distributed/CMakeLists.txt
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
A libs/full/runtime_distributed/include/hpx/runtime_distributed/applier.hpp
A
libs/full/runtime_distributed/include/hpx/runtime_distributed/applier_fwd.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/big_boot_barrier.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/runtime_support.hpp
A libs/full/runtime_distributed/src/applier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/full/runtime_local/src/runtime_local.cpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/dispatch.hpp
M libs/full/thread_executors/src/thread_pool_os_executors.cpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/dispatch.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/detail/transfer.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/fill.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/find.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/generate.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_partitioned.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/lexicographical_compare.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/make_heap.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/merge.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/partial_sort.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove_copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/replace.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/reverse.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/rotate.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/search.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_symmetric_difference.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/set_union.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/sort.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/stable_sort.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/swap_ranges.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_fill.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_move.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/adjacent_find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/count.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/find.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/includes.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_partitioned.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/is_sorted.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/make_heap.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/merge.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/remove_copy.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/replace.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/search.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_intersection.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_symmetric_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/set_union.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/detail/algorithm_result.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/detail/handle_exception_termination_handler.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/detail/handle_local_exceptions.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/util/detail/handle_remote_exceptions.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/CMakeLists.txt
A libs/parallelism/algorithms/tests/unit/algorithms/foreach_std_policies.cpp
M libs/parallelism/execution/CMakeLists.txt
A
libs/parallelism/execution/include/hpx/execution/algorithms/detail/partial_algorithm.hpp
A
libs/parallelism/execution/include/hpx/execution/algorithms/detail/single_result.hpp
A libs/parallelism/execution/include/hpx/execution/algorithms/just.hpp
A libs/parallelism/execution/include/hpx/execution/algorithms/just_on.hpp
A libs/parallelism/execution/include/hpx/execution/algorithms/on.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/sync_wait.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/transform.hpp
A libs/parallelism/execution/include/hpx/execution/algorithms/when_all.hpp
M libs/parallelism/execution/tests/unit/CMakeLists.txt
A libs/parallelism/execution/tests/unit/algorithm_just.cpp
A libs/parallelism/execution/tests/unit/algorithm_just_on.cpp
A libs/parallelism/execution/tests/unit/algorithm_on.cpp
A libs/parallelism/execution/tests/unit/algorithm_sync_wait.cpp
A libs/parallelism/execution/tests/unit/algorithm_transform.cpp
A libs/parallelism/execution/tests/unit/algorithm_when_all.cpp
M libs/parallelism/execution/tests/unit/future_then_executor.cpp
M libs/parallelism/executors/CMakeLists.txt
M
libs/parallelism/executors/include/hpx/executors/datapar/execution_policy.hpp
M libs/parallelism/executors/include/hpx/executors/exception_list.hpp
M libs/parallelism/executors/include/hpx/executors/execution_policy.hpp
M libs/parallelism/executors/include/hpx/executors/execution_policy_fwd.hpp
M libs/parallelism/executors/include/hpx/executors/limiting_executor.hpp
M libs/parallelism/executors/include/hpx/executors/p0443_executor.hpp
A libs/parallelism/executors/include/hpx/executors/std_execution_policy.hpp
M libs/parallelism/executors/tests/unit/CMakeLists.txt
M libs/parallelism/executors/tests/unit/p0443_executor.cpp
A libs/parallelism/executors/tests/unit/std_execution_policies.cpp
M plugins/parcelport/libfabric/libfabric_region_provider.hpp
A plugins/parcelport/libfabric/rma_memory_region_traits.hpp
M plugins/parcelport/rma_memory_region.hpp
M src/CMakeLists.txt
R src/runtime/agas/server/route.cpp
R src/runtime/applier/applier.cpp
M src/runtime/parcelset/parcel.cpp
M src/runtime/parcelset/parcelhandler.cpp
M src/runtime/parcelset/parcelport.cpp
R src/util/register_locks_globally.cpp
M tests/regressions/CMakeLists.txt
R tests/regressions/options_as_config_3339.cpp
M tests/regressions/util/CMakeLists.txt
R tests/regressions/util/configuration_1572.cpp
R tests/regressions/util/use_all_cores_2262.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into
remove-distributed-networking-ifdefs
Commit: 103b61dea1a08e94cfc17f843e3488499f810f38
https://github.com/STEllAR-GROUP/hpx/commit/103b61dea1a08e94cfc17f843e3488499f810f38
Author: Mikael Simberg <[email protected]>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M libs/full/command_line_handling_local/src/command_line_handling_local.cpp
Log Message:
-----------
Update local command line handling to handle late command line options
Commit: 1ee30aef97bbf4a7bf6651410f6a2e79db79a875
https://github.com/STEllAR-GROUP/hpx/commit/1ee30aef97bbf4a7bf6651410f6a2e79db79a875
Author: Mikael Simberg <[email protected]>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M .jenkins/lsu/batch.sh
M components/component_storage/src/server/component_storage_server.cpp
M components/iostreams/src/standard_streams.cpp
M components/performance_counters/memory/src/mem_counter_linux.cpp
M components/performance_counters/memory/src/mem_counter_windows.cpp
M
components/process/include/hpx/components/process/util/posix/initializers/throw_on_error.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/throw_on_error.hpp
M hpx/plugins/parcelport/tcp/receiver.hpp
M hpx/runtime/parcelset/decode_parcels.hpp
M hpx/runtime/parcelset/encode_parcels.hpp
M libs/core/affinity/src/affinity_data.cpp
M libs/core/affinity/src/parse_affinity_options.cpp
M libs/core/asio/CMakeLists.txt
M libs/core/asio/src/asio_util.cpp
M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
M libs/core/debugging/src/print.cpp
M libs/core/errors/include/hpx/errors/throw_exception.hpp
M libs/core/errors/src/exception.cpp
M libs/core/execution_base/include/hpx/execution_base/operation_state.hpp
M libs/core/execution_base/src/this_thread.cpp
M libs/core/ini/src/ini.cpp
M libs/core/logging/src/logging.cpp
M libs/core/plugin/CMakeLists.txt
M libs/core/plugin/include/hpx/plugin/detail/dll_dlopen.hpp
M libs/core/plugin/include/hpx/plugin/detail/dll_windows.hpp
M libs/core/plugin/include/hpx/plugin/plugin_factory.hpp
M
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_helpers.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/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
M libs/core/serialization/src/detail/polymorphic_id_factory.cpp
M libs/core/synchronization/src/detail/condition_variable.cpp
M libs/core/testing/CMakeLists.txt
M libs/core/testing/include/hpx/modules/testing.hpp
M libs/core/testing/src/testing.cpp
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/include/hpx/threading_base/create_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/create_work.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M libs/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/thread_data.cpp
M libs/core/threading_base/src/thread_data_stackful.cpp
M libs/core/threading_base/src/thread_data_stackless.cpp
M libs/core/threading_base/src/thread_description.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/core/topology/include/hpx/topology/cpu_mask.hpp
M libs/core/topology/src/cpu_mask.cpp
M libs/core/topology/src/topology.cpp
M libs/core/version/src/version.cpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M libs/full/actions_base/include/hpx/actions_base/component_action.hpp
M libs/full/actions_base/include/hpx/actions_base/plain_action.hpp
M libs/full/actions_base/src/detail/action_factory.cpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/agas/src/route.cpp
M libs/full/agas_base/src/primary_namespace.cpp
M libs/full/agas_base/src/server/component_namespace_server.cpp
M libs/full/agas_base/src/server/locality_namespace_server.cpp
M libs/full/agas_base/src/server/primary_namespace_server.cpp
M libs/full/agas_base/src/server/symbol_namespace_server.cpp
M libs/full/agas_base/src/symbol_namespace.cpp
M
libs/full/async_colocated/include/hpx/async_colocated/functional/colocated_helpers.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/server/destroy_component.hpp
M libs/full/async_colocated/src/server/destroy_component.cpp
M
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_callback.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/applier/detail/apply_implementations.hpp
M libs/full/async_distributed/include/hpx/async_distributed/continuation.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/packaged_action.hpp
M libs/full/async_distributed/src/continuation.cpp
M libs/full/collectives/src/detail/communication_set_node.cpp
M libs/full/collectives/src/detail/communicator.cpp
M
libs/full/components_base/include/hpx/components_base/server/create_component.hpp
M
libs/full/components_base/include/hpx/components_base/server/fixed_component_base.hpp
M
libs/full/components_base/include/hpx/components_base/server/managed_component_base.hpp
M libs/full/components_base/src/address_ostream.cpp
M libs/full/components_base/src/component_type.cpp
M libs/full/components_base/src/server/component_base.cpp
M libs/full/components_base/src/server/one_size_heap_list.cpp
M libs/full/components_base/src/server/wrapper_heap.cpp
M libs/full/init_runtime/src/hpx_init.cpp
M
libs/full/lcos_distributed/include/hpx/lcos_distributed/server/object_semaphore.hpp
M libs/full/naming/src/credit_handling.cpp
M libs/full/naming_base/src/gid_type.cpp
M libs/full/naming_base/src/id_type.cpp
M
libs/full/performance_counters/src/action_invocation_counter_discoverer.cpp
M libs/full/performance_counters/src/component_namespace_counters.cpp
M libs/full/performance_counters/src/counters.cpp
M libs/full/performance_counters/src/locality_namespace_counters.cpp
M libs/full/performance_counters/src/manage_counter_type.cpp
M libs/full/performance_counters/src/per_action_data_counter_discoverer.cpp
M libs/full/performance_counters/src/performance_counter_set.cpp
M libs/full/performance_counters/src/primary_namespace_counters.cpp
M libs/full/performance_counters/src/registry.cpp
M libs/full/performance_counters/src/server/arithmetics_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter_extended.cpp
M libs/full/performance_counters/src/server/component_instance_counter.cpp
M libs/full/performance_counters/src/server/elapsed_time_counter.cpp
M libs/full/performance_counters/src/server/statistics_counter.cpp
M libs/full/performance_counters/src/symbol_namespace_counters.cpp
M libs/full/performance_counters/src/threadmanager_counter_types.cpp
M libs/full/resource_partitioner/src/detail_partitioner.cpp
M libs/full/runtime_components/src/component_registry.cpp
M libs/full/runtime_configuration/src/init_ini_data.cpp
M libs/full/runtime_configuration/src/runtime_configuration.cpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/runtime_support.hpp
M libs/full/runtime_distributed/src/applier.cpp
M libs/full/runtime_distributed/src/big_boot_barrier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/src/custom_exception_info.cpp
M libs/full/runtime_local/src/runtime_handlers.cpp
M libs/full/runtime_local/src/runtime_local.cpp
M libs/full/runtime_local/src/thread_stacktrace.cpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
M libs/full/threadmanager/src/threadmanager.cpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
M libs/parallelism/execution/src/execution_parameter_callbacks.cpp
M plugins/parcel/coalescing/coalescing_counter_registry.cpp
M plugins/parcel/coalescing/coalescing_message_handler.cpp
M plugins/parcelport/tcp/connection_handler_tcp.cpp
M src/runtime/parcelset/parcel.cpp
M src/runtime/parcelset/parcelhandler.cpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into
remove-distributed-networking-ifdefs
Commit: cd9d4383cb4d83d60f7ebd47671e1698c22b3c51
https://github.com/STEllAR-GROUP/hpx/commit/cd9d4383cb4d83d60f7ebd47671e1698c22b3c51
Author: Mikael Simberg <[email protected]>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M .jenkins/cscs/ctest.cmake
M .jenkins/lsu/ctest.cmake
M libs/core/functional/include/hpx/functional/tag_fallback_invoke.hpp
M libs/core/functional/include/hpx/functional/tag_invoke.hpp
M libs/core/functional/include/hpx/functional/tag_priority_invoke.hpp
M libs/core/threading_base/include/hpx/threading_base/annotated_function.hpp
M
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/adjacent_difference.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/copy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/count.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/destroy.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/equal.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/exclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_each.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop_induction.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/for_loop_reduction.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_partitioned.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/is_sorted.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/minmax.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/remove.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_exclusive_scan.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
M libs/parallelism/algorithms/include/hpx/parallel/algorithms/unique.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/count.hpp
M
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
M libs/parallelism/algorithms/include/hpx/parallel/datapar/loop.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/loop.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/prefetching.hpp
M libs/parallelism/algorithms/include/hpx/parallel/util/transform_loop.hpp
M libs/parallelism/algorithms/tests/performance/CMakeLists.txt
A libs/parallelism/algorithms/tests/performance/foreach_scaling.cpp
M libs/parallelism/algorithms/tests/performance/worker_timed.hpp
M libs/parallelism/algorithms/tests/unit/algorithms/test_utils.hpp
M libs/parallelism/execution/CMakeLists.txt
M
libs/parallelism/execution/include/hpx/execution/algorithms/detail/predicates.hpp
M
libs/parallelism/execution/include/hpx/execution/algorithms/detail/single_result.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/sync_wait.hpp
M libs/parallelism/execution/include/hpx/execution/algorithms/when_all.hpp
A libs/parallelism/execution/include/hpx/execution/sender_future.hpp
M libs/parallelism/executors/tests/unit/p0443_executor.cpp
M libs/parallelism/futures/include/hpx/futures/future.hpp
M tests/performance/local/CMakeLists.txt
R tests/performance/local/foreach_scaling.cpp
M tests/performance/local/worker_timed.hpp
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into
remove-distributed-networking-ifdefs
Commit: 687a49545d0f82228d7f927dae1166486565aebc
https://github.com/STEllAR-GROUP/hpx/commit/687a49545d0f82228d7f927dae1166486565aebc
Author: Mikael Simberg <[email protected]>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M .circleci/config.yml
M CMakeLists.txt
M cmake/HPX_AddModule.cmake
M components/CMakeLists.txt
M components/containers/partitioned_vector/tests/unit/CMakeLists.txt
A
components/containers/partitioned_vector/tests/unit/is_iterator_partitioned_vector.cpp
M hpx/plugins/plugin_factory_base.hpp
M hpx/plugins/plugin_registry.hpp
M libs/core/CMakeLists.txt
M libs/core/asio/include/hpx/asio/asio_util.hpp
M libs/core/asio/src/asio_util.cpp
M libs/core/asio/src/map_hostnames.cpp
M libs/core/datastructures/tests/regressions/CMakeLists.txt
R libs/core/datastructures/tests/regressions/tuple_serialization_803.cpp
M libs/core/errors/tests/unit/CMakeLists.txt
R libs/core/errors/tests/unit/handled_exception.cpp
R libs/core/errors/tests/unit/unhandled_exception.cpp
M libs/core/functional/include/hpx/functional/traits/get_action_name.hpp
M libs/core/functional/tests/regressions/CMakeLists.txt
R libs/core/functional/tests/regressions/function_argument.cpp
R libs/core/functional/tests/regressions/function_serialization_728.cpp
A libs/core/ini/CMakeLists.txt
A libs/core/ini/README.rst
A libs/core/ini/docs/index.rst
A libs/core/ini/examples/CMakeLists.txt
A libs/core/ini/include/hpx/ini/ini.hpp
A libs/core/ini/src/ini.cpp
A libs/core/ini/tests/CMakeLists.txt
A libs/core/ini/tests/performance/CMakeLists.txt
A libs/core/ini/tests/regressions/CMakeLists.txt
A libs/core/ini/tests/unit/CMakeLists.txt
M libs/core/iterator_support/tests/performance/CMakeLists.txt
M libs/core/iterator_support/tests/performance/stencil3_iterators.cpp
M libs/core/iterator_support/tests/unit/CMakeLists.txt
M libs/core/iterator_support/tests/unit/is_iterator.cpp
M libs/core/logging/include/hpx/modules/logging.hpp
M libs/core/modules.rst
M libs/core/serialization/tests/performance/CMakeLists.txt
R libs/core/serialization/tests/performance/serialization_overhead.cpp
M libs/core/serialization/tests/unit/CMakeLists.txt
R libs/core/serialization/tests/unit/serialize_buffer.cpp
R libs/core/serialization/tests/unit/zero_copy_serialization.cpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/threading_base/tests/unit/CMakeLists.txt
R libs/core/threading_base/tests/unit/set_thread_state.cpp
M libs/create_module_skeleton.py
M libs/full/CMakeLists.txt
M libs/full/actions/tests/performance/CMakeLists.txt
A libs/full/actions/tests/performance/serialization_overhead.cpp
M libs/full/actions/tests/regressions/CMakeLists.txt
A libs/full/actions/tests/regressions/function_argument.cpp
A libs/full/actions/tests/regressions/function_serialization_728.cpp
A libs/full/actions/tests/regressions/tuple_serialization_803.cpp
A libs/full/actions/tests/regressions/wait_all_hang_1946.cpp
M libs/full/actions/tests/unit/CMakeLists.txt
A libs/full/actions/tests/unit/serialize_buffer.cpp
A libs/full/actions/tests/unit/set_thread_state.cpp
A libs/full/actions/tests/unit/thread_affinity.cpp
A libs/full/actions/tests/unit/thread_stacksize.cpp
A libs/full/actions/tests/unit/zero_copy_serialization.cpp
M
libs/full/async_distributed/include/hpx/async_distributed/base_lco_with_value.hpp
M libs/full/async_distributed/src/base_lco_with_value_3.cpp
M libs/full/async_distributed/tests/regressions/CMakeLists.txt
A libs/full/async_distributed/tests/regressions/future_hang_on_get_629.cpp
A libs/full/async_distributed/tests/regressions/future_hang_on_then_629.cpp
A
libs/full/async_distributed/tests/regressions/future_hang_on_wait_with_callback_629.cpp
A
libs/full/async_distributed/tests/regressions/future_serialization_1898.cpp
A libs/full/async_distributed/tests/regressions/future_timed_wait_1025.cpp
M libs/full/command_line_handling/CMakeLists.txt
M
libs/full/command_line_handling/include/hpx/command_line_handling/parse_command_line.hpp
M libs/full/command_line_handling/src/command_line_handling.cpp
M libs/full/command_line_handling/src/late_command_line_handling.cpp
M libs/full/command_line_handling/src/parse_command_line.cpp
A libs/full/command_line_handling_local/CMakeLists.txt
A libs/full/command_line_handling_local/README.rst
A libs/full/command_line_handling_local/docs/index.rst
A libs/full/command_line_handling_local/examples/CMakeLists.txt
A
libs/full/command_line_handling_local/include/hpx/command_line_handling_local/command_line_handling_local.hpp
A
libs/full/command_line_handling_local/include/hpx/command_line_handling_local/parse_command_line_local.hpp
A libs/full/command_line_handling_local/src/command_line_handling_local.cpp
A libs/full/command_line_handling_local/src/parse_command_line_local.cpp
A libs/full/command_line_handling_local/tests/CMakeLists.txt
A libs/full/command_line_handling_local/tests/performance/CMakeLists.txt
A libs/full/command_line_handling_local/tests/regressions/CMakeLists.txt
A libs/full/command_line_handling_local/tests/unit/CMakeLists.txt
M libs/full/compute/tests/unit/CMakeLists.txt
M libs/full/compute/tests/unit/numa_allocator.cpp
M libs/full/init_runtime/CMakeLists.txt
M libs/full/init_runtime/include/hpx/init_runtime/detail/init_logging.hpp
M libs/full/init_runtime/src/hpx_init.cpp
R libs/full/init_runtime/src/init_logging.cpp
M libs/full/init_runtime/tests/unit/CMakeLists.txt
A libs/full/init_runtime/tests/unit/handled_exception.cpp
A libs/full/init_runtime/tests/unit/parcel_pool.cpp
A libs/full/init_runtime/tests/unit/start_stop_callbacks.cpp
A libs/full/init_runtime/tests/unit/unhandled_exception.cpp
A libs/full/init_runtime_local/CMakeLists.txt
A libs/full/init_runtime_local/README.rst
A libs/full/init_runtime_local/docs/index.rst
A libs/full/init_runtime_local/examples/CMakeLists.txt
A
libs/full/init_runtime_local/include/hpx/init_runtime_local/detail/init_logging.hpp
A
libs/full/init_runtime_local/include/hpx/init_runtime_local/init_runtime_local.hpp
A libs/full/init_runtime_local/include/hpx/local/init.hpp
A libs/full/init_runtime_local/src/init_logging.cpp
A libs/full/init_runtime_local/src/init_runtime_local.cpp
A libs/full/init_runtime_local/tests/CMakeLists.txt
A libs/full/init_runtime_local/tests/performance/CMakeLists.txt
A libs/full/init_runtime_local/tests/regressions/CMakeLists.txt
A libs/full/init_runtime_local/tests/unit/CMakeLists.txt
M libs/full/modules.rst
M libs/full/resource_partitioner/CMakeLists.txt
M libs/full/resource_partitioner/examples/async_customization.cpp
M
libs/full/resource_partitioner/include/hpx/resource_partitioner/detail/create_partitioner.hpp
M
libs/full/resource_partitioner/include/hpx/resource_partitioner/detail/partitioner.hpp
M
libs/full/resource_partitioner/include/hpx/resource_partitioner/partitioner.hpp
M libs/full/resource_partitioner/src/detail_partitioner.cpp
M libs/full/resource_partitioner/src/partitioner.cpp
M libs/full/resource_partitioner/tests/unit/CMakeLists.txt
A libs/full/resource_partitioner/tests/unit/cross_pool_injection.cpp
A libs/full/resource_partitioner/tests/unit/scheduler_binding_check.cpp
A libs/full/resource_partitioner/tests/unit/scheduler_priority_check.cpp
A libs/full/resource_partitioner/tests/unit/shutdown_suspended_pus.cpp
A libs/full/resource_partitioner/tests/unit/suspend_disabled.cpp
A libs/full/resource_partitioner/tests/unit/suspend_pool.cpp
A libs/full/resource_partitioner/tests/unit/suspend_pool_external.cpp
A libs/full/resource_partitioner/tests/unit/suspend_runtime.cpp
A libs/full/resource_partitioner/tests/unit/suspend_thread.cpp
A libs/full/resource_partitioner/tests/unit/suspend_thread_external.cpp
A libs/full/resource_partitioner/tests/unit/suspend_thread_timed.cpp
M
libs/full/runtime_components/include/hpx/runtime_components/console_logging.hpp
M libs/full/runtime_components/src/console_logging.cpp
M libs/full/runtime_components/src/server/console_error_sink_server.cpp
M libs/full/runtime_components/src/server/console_logging_server.cpp
M libs/full/runtime_configuration/CMakeLists.txt
R libs/full/runtime_configuration/include/hpx/runtime_configuration/ini.hpp
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/init_ini_data.hpp
M
libs/full/runtime_configuration/include/hpx/runtime_configuration/runtime_configuration.hpp
R libs/full/runtime_configuration/src/ini.cpp
M libs/full/runtime_configuration/src/init_ini_data.cpp
M libs/full/runtime_configuration/src/runtime_configuration.cpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/stubs/runtime_support.hpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_distributed/src/stubs/runtime_support_stubs.cpp
M libs/full/runtime_distributed/tests/unit/CMakeLists.txt
A libs/full/runtime_distributed/tests/unit/thread_mapper_parcel_pools.cpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
M libs/full/runtime_local/src/runtime_local.cpp
M libs/full/runtime_local/tests/unit/thread_mapper.cpp
M libs/full/threadmanager/include/hpx/modules/threadmanager.hpp
M libs/full/threadmanager/src/threadmanager.cpp
M libs/parallelism/algorithms/tests/performance/CMakeLists.txt
M libs/parallelism/algorithms/tests/performance/foreach_scaling.cpp
M libs/parallelism/algorithms/tests/performance/transform_reduce_scaling.cpp
M libs/parallelism/algorithms/tests/unit/block/CMakeLists.txt
M libs/parallelism/algorithms/tests/unit/block/task_block.cpp
M libs/parallelism/algorithms/tests/unit/block/task_block_executor.cpp
M libs/parallelism/algorithms/tests/unit/block/task_block_par.cpp
M libs/parallelism/async_combinators/tests/regressions/CMakeLists.txt
R
libs/parallelism/async_combinators/tests/regressions/wait_all_hang_1946.cpp
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M libs/parallelism/executors/tests/unit/service_executors.cpp
M libs/parallelism/futures/tests/regressions/CMakeLists.txt
R libs/parallelism/futures/tests/regressions/future_hang_on_get_629.cpp
R libs/parallelism/futures/tests/regressions/future_hang_on_then_629.cpp
R
libs/parallelism/futures/tests/regressions/future_hang_on_wait_with_callback_629.cpp
R libs/parallelism/futures/tests/regressions/future_serialization_1898.cpp
R libs/parallelism/futures/tests/regressions/future_timed_wait_1025.cpp
M libs/parallelism/threading/tests/unit/CMakeLists.txt
R libs/parallelism/threading/tests/unit/start_stop_callbacks.cpp
R libs/parallelism/threading/tests/unit/thread_affinity.cpp
R libs/parallelism/threading/tests/unit/thread_stacksize.cpp
M tests/unit/CMakeLists.txt
R tests/unit/resource/CMakeLists.txt
R tests/unit/resource/cross_pool_injection.cpp
R tests/unit/resource/scheduler_binding_check.cpp
R tests/unit/resource/scheduler_priority_check.cpp
R tests/unit/resource/shutdown_suspended_pus.cpp
R tests/unit/resource/suspend_disabled.cpp
R tests/unit/resource/suspend_pool.cpp
R tests/unit/resource/suspend_pool_external.cpp
R tests/unit/resource/suspend_runtime.cpp
R tests/unit/resource/suspend_thread.cpp
R tests/unit/resource/suspend_thread_external.cpp
R tests/unit/resource/suspend_thread_timed.cpp
Log Message:
-----------
Merge pull request #5172 from msimberg/remove-distributed-networking-ifdefs
Add separate local-only entry point
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/e7ad556ef959...687a49545d0f
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits