Branch: refs/heads/distributed_runtime
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 485f8049efa3355ef35398502d3ff4b05e5f25a9
      
https://github.com/STEllAR-GROUP/hpx/commit/485f8049efa3355ef35398502d3ff4b05e5f25a9
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-27 (Sat, 27 Feb 2021)

  Changed paths:
    M components/iostreams/src/server/output_stream.cpp
    M components/iostreams/src/standard_streams.cpp
    M docs/CMakeLists.txt
    M examples/apex/apex_fibonacci.cpp
    M examples/quickstart/factorial.cpp
    M examples/quickstart/fibonacci.cpp
    M examples/quickstart/fibonacci_one.cpp
    M examples/quickstart/pingpong.cpp
    M examples/quickstart/sierpinski.cpp
    M examples/sheneos/sheneos/interpolator.cpp
    M examples/spell_check/spell_check_file.cpp
    M examples/spell_check/spell_check_simple.cpp
    M examples/throttle/throttle/throttle.hpp
    M examples/throttle/throttle_client.cpp
    M hpx/components/containers/container_distribution_policy.hpp
    M hpx/plugins/parcel/coalescing_message_handler.hpp
    M hpx/runtime/components/binpacking_distribution_policy.hpp
    M hpx/runtime/components/colocating_distribution_policy.hpp
    M hpx/runtime/components/default_distribution_policy.hpp
    M hpx/runtime/components/target_distribution_policy.hpp
    R hpx/runtime/find_all_localities.hpp
    R hpx/runtime/find_here.hpp
    R hpx/runtime/get_locality_name.hpp
    M hpx/runtime/parcelset/decode_parcels.hpp
    M hpx/runtime/parcelset/encode_parcels.hpp
    M hpx/runtime/parcelset/parcelhandler.hpp
    M hpx/runtime/parcelset/put_parcel.hpp
    R hpx/runtime/report_error.hpp
    R hpx/runtime/runtime_fwd.hpp
    R hpx/runtime_fwd.hpp
    R hpx/util/functional/segmented_iterator_helpers.hpp
    R hpx/util/generate_unique_ids.hpp
    R hpx/util/pool_timer.hpp
    R hpx/util/remove_local_destinations.hpp
    M libs/core/datastructures/tests/regressions/tuple_serialization_803.cpp
    M libs/core/io_service/CMakeLists.txt
    M libs/core/serialization/tests/unit/zero_copy_serialization.cpp
    M libs/full/actions/include/hpx/actions/apply_helper.hpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/full/agas/src/addressing_service.cpp
    M libs/full/agas/src/detail/interface.cpp
    M libs/full/agas_base/src/detail/bootstrap_component_namespace.cpp
    M libs/full/agas_base/src/detail/bootstrap_locality_namespace.cpp
    M libs/full/agas_base/src/primary_namespace.cpp
    M libs/full/agas_base/src/symbol_namespace.cpp
    M libs/full/async_colocated/src/server/destroy_component.cpp
    M libs/full/async_colocated/tests/unit/apply_colocated.cpp
    M libs/full/async_cuda/include/hpx/async_cuda/target.hpp
    M libs/full/async_cuda/src/cuda_future.cpp
    M libs/full/async_cuda/src/cuda_target.cpp
    M libs/full/async_cuda/src/get_targets.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/make_continuation.hpp
    M libs/full/async_distributed/tests/regressions/async_action_1813.cpp
    M 
libs/full/async_distributed/tests/regressions/async_callback_non_deduced_context.cpp
    M libs/full/async_distributed/tests/regressions/async_deferred_1523.cpp
    M libs/full/async_distributed/tests/regressions/dataflow_791.cpp
    M libs/full/async_distributed/tests/regressions/plain_action_1330.cpp
    M libs/full/async_distributed/tests/regressions/plain_action_1550.cpp
    M 
libs/full/async_distributed/tests/regressions/shared_future_serialization_1402.cpp
    M 
libs/full/async_distributed/tests/unit/actions/fail_compile_const_array_argument.cpp
    M 
libs/full/async_distributed/tests/unit/actions/fail_compile_const_pointer_argument.cpp
    M 
libs/full/async_distributed/tests/unit/actions/fail_compile_non_const_array_argument.cpp
    M 
libs/full/async_distributed/tests/unit/actions/fail_compile_non_const_pointer_argument.cpp
    M 
libs/full/async_distributed/tests/unit/actions/fail_compile_non_const_ref_argument.cpp
    M 
libs/full/async_distributed/tests/unit/actions/succeed_compile_const_ref_argument.cpp
    M 
libs/full/async_distributed/tests/unit/actions/succeed_compile_rvalue_ref_argument.cpp
    M libs/full/async_distributed/tests/unit/apply_remote.cpp
    M libs/full/async_distributed/tests/unit/apply_remote_client.cpp
    M libs/full/async_distributed/tests/unit/async_continue.cpp
    M libs/full/async_distributed/tests/unit/async_continue_cb.cpp
    M libs/full/checkpoint/include/hpx/checkpoint/checkpoint.hpp
    M libs/full/checkpoint/tests/unit/checkpoint_component.cpp
    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
    M libs/full/collectives/include/hpx/collectives/gather.hpp
    M libs/full/collectives/include/hpx/collectives/scatter.hpp
    M libs/full/collectives/include/hpx/collectives/spmd_block.hpp
    M libs/full/collectives/src/create_communication_set.cpp
    M libs/full/collectives/src/detail/communicator.cpp
    M libs/full/collectives/src/latch.cpp
    M libs/full/collectives/tests/unit/broadcast_component.cpp
    M libs/full/collectives/tests/unit/broadcast_direct.cpp
    M libs/full/collectives/tests/unit/fold.cpp
    M libs/full/collectives/tests/unit/reduce.cpp
    M libs/full/components/src/basename_registration.cpp
    M libs/full/components_base/CMakeLists.txt
    A 
libs/full/components_base/include/hpx/components_base/generate_unique_ids.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/wrapper_heap.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/wrapper_heap_base.hpp
    M 
libs/full/components_base/include/hpx/components_base/server/wrapper_heap_list.hpp
    A libs/full/components_base/src/generate_unique_ids.cpp
    M libs/full/components_base/src/server/wrapper_heap.cpp
    M libs/full/compute/include/hpx/compute/host/numa_binding_allocator.hpp
    M libs/full/compute/include/hpx/compute/host/target.hpp
    M libs/full/compute/src/get_host_targets.cpp
    M 
libs/full/executors_distributed/include/hpx/executors_distributed/distribution_policy_executor.hpp
    M 
libs/full/executors_distributed/tests/unit/distribution_policy_executor.cpp
    M libs/full/include/CMakeLists.txt
    M libs/full/include/include/hpx/distributed/runtime.hpp
    M libs/full/include/include/hpx/include/runtime.hpp
    M libs/full/include/include/hpx/include/util.hpp
    M libs/full/init_runtime/CMakeLists.txt
    M libs/full/init_runtime/include/hpx/hpx_init_impl.hpp
    M libs/full/init_runtime/include/hpx/hpx_start_impl.hpp
    M libs/full/init_runtime/include/hpx/init_runtime/detail/init_logging.hpp
    A libs/full/init_runtime/include/hpx/init_runtime/pre_main.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    A libs/full/init_runtime/src/pre_main.cpp
    M libs/full/lcos_distributed/tests/unit/channel.cpp
    M libs/full/performance_counters/src/counters.cpp
    M libs/full/performance_counters/src/performance_counter_set.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/raw_counter.cpp
    M libs/full/resiliency_distributed/tests/performance/replay/communicator.hpp
    M libs/full/runtime_components/include/hpx/runtime_components/new.hpp
    M libs/full/runtime_components/tests/unit/agas/find_clients_from_prefix.cpp
    M libs/full/runtime_components/tests/unit/agas/find_ids_from_prefix.cpp
    M libs/full/runtime_components/tests/unit/agas/get_colocation_id.cpp
    M libs/full/runtime_components/tests/unit/agas/local_address_rebind.cpp
    M 
libs/full/runtime_components/tests/unit/components/action_invoke_no_more_than.cpp
    M libs/full/runtime_components/tests/unit/components/copy_component.cpp
    M libs/full/runtime_components/tests/unit/components/get_ptr.cpp
    M 
libs/full/runtime_components/tests/unit/components/inheritance_2_classes_abstract.cpp
    M 
libs/full/runtime_components/tests/unit/components/inheritance_2_classes_concrete.cpp
    M 
libs/full/runtime_components/tests/unit/components/inheritance_2_classes_concrete_simple.cpp
    M 
libs/full/runtime_components/tests/unit/components/inheritance_3_classes_1_abstract.cpp
    M 
libs/full/runtime_components/tests/unit/components/inheritance_3_classes_2_abstract.cpp
    M 
libs/full/runtime_components/tests/unit/components/inheritance_3_classes_2_concrete.cpp
    M 
libs/full/runtime_components/tests/unit/components/inheritance_3_classes_concrete.cpp
    M libs/full/runtime_components/tests/unit/components/local_new.cpp
    M libs/full/runtime_components/tests/unit/components/migrate_component.cpp
    M 
libs/full/runtime_components/tests/unit/components/migrate_polymorphic_component.cpp
    M libs/full/runtime_components/tests/unit/components/new_.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/detail/runtime_fwd.hpp
    A 
libs/full/runtime_distributed/include/hpx/runtime_distributed/find_all_localities.hpp
    A 
libs/full/runtime_distributed/include/hpx/runtime_distributed/find_here.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/find_localities.hpp
    A 
libs/full/runtime_distributed/include/hpx/runtime_distributed/get_locality_name.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/get_num_localities.hpp
    A 
libs/full/runtime_distributed/include/hpx/runtime_distributed/runtime_fwd.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/migrate_component.hpp
    M 
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/runtime_support.hpp
    A libs/full/runtime_distributed/src/get_locality_name.cpp
    A libs/full/runtime_distributed/src/runtime_distributed.cpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
    M libs/full/runtime_local/CMakeLists.txt
    M 
libs/full/runtime_local/include/hpx/runtime_local/detail/runtime_local_fwd.hpp
    A libs/full/runtime_local/include/hpx/runtime_local/get_locality_name.hpp
    M 
libs/full/runtime_local/include/hpx/runtime_local/get_num_all_localities.hpp
    A libs/full/runtime_local/include/hpx/runtime_local/pool_timer.hpp
    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/include/hpx/runtime_local/service_executors.hpp
    A libs/full/runtime_local/include/hpx/runtime_local/thread_aware_timer.hpp
    R libs/full/runtime_local/include/hpx/util/thread_aware_timer.hpp
    A libs/full/runtime_local/src/get_locality_name.cpp
    A libs/full/runtime_local/src/pool_timer.cpp
    M libs/full/runtime_local/src/runtime_local.cpp
    M libs/full/runtime_local/src/thread_aware_timer.cpp
    M libs/full/segmented_algorithms/CMakeLists.txt
    A 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/functional/segmented_iterator_helpers.hpp
    M 
libs/full/segmented_algorithms/include/hpx/parallel/segmented_algorithms/traits/zip_iterator.hpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_iter.cpp
    M libs/parallelism/algorithms/tests/unit/algorithms/test_utils.hpp
    M 
libs/parallelism/async_combinators/tests/regressions/wait_all_hang_1946.cpp
    M libs/parallelism/executors/include/hpx/executors/service_executors.hpp
    M libs/parallelism/futures/tests/regressions/future_serialization_1898.cpp
    M src/CMakeLists.txt
    M src/runtime/agas/server/route.cpp
    M src/runtime/applier/applier.cpp
    R src/runtime/get_locality_name.cpp
    M src/runtime/parcelset/detail/parcel_route_handler.cpp
    M src/runtime/parcelset/locality.cpp
    M src/runtime/parcelset/parcelport.cpp
    M src/runtime/set_parcel_write_handler.cpp
    R src/runtime_distributed.cpp
    R src/util/generate_unique_ids.cpp
    R src/util/pool_timer.cpp
    M tests/performance/local/future_overhead.cpp
    M tests/performance/network/network_storage/network_storage.cpp
    M tests/regressions/actions/component_action_move_semantics.cpp
    M tests/regressions/actions/make_continuation_1615.cpp
    M tests/regressions/agas/duplicate_id_registration_1596.cpp
    M tests/regressions/agas/send_gid_keep_component_1624.cpp
    M tests/regressions/component/client_base_registration.cpp
    M tests/regressions/component/create_n_components_2323.cpp
    M tests/regressions/component/new_2848.cpp
    M tests/regressions/component/new_4369.cpp
    M tests/regressions/component/returned_client_2150.cpp
    M tests/regressions/id_type_ref_counting_1032.cpp
    M tests/regressions/lcos/sliding_semaphore_2338.cpp
    M tests/regressions/lcos/wait_for_action_2796.cpp
    M tests/unit/actions/return_future.cpp
    M tests/unit/component/migrate_component_to_storage.cpp
    M tests/unit/component/new_binpacking.cpp
    M tests/unit/lcos/client_then.cpp
    M tests/unit/lcos/future_wait.cpp
    M tests/unit/lcos/packaged_action.cpp
    M tests/unit/lcos/promise.cpp
    M tests/unit/util/bind_action.cpp

  Log Message:
  -----------
  Moving files to (distributed) runtime module

- moving related files to their respective modules
- adding header #includes for find_here()


_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to