Branch: refs/heads/disable_networking
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: bed90d5a77ecbe11c95994473002cd3b0fb73be5
      
https://github.com/STEllAR-GROUP/hpx/commit/bed90d5a77ecbe11c95994473002cd3b0fb73be5
  Author: Hartmut Kaiser <hartmut.kai...@gmail.com>
  Date:   2019-09-17 (Tue, 17 Sep 2019)

  Changed paths:
    M hpx/lcos/packaged_action.hpp
    M hpx/performance_counters/counter_creators.hpp
    M hpx/plugins/message_handler_factory_base.hpp
    M hpx/plugins/parcel/coalescing_message_handler_registration.hpp
    M hpx/runtime.hpp
    M hpx/runtime/actions/base_action.hpp
    M hpx/runtime/actions/basic_action.hpp
    M hpx/runtime/actions/detail/action_factory.hpp
    M hpx/runtime/actions/detail/invocation_count_registry.hpp
    M hpx/runtime/actions/transfer_action.hpp
    M hpx/runtime/actions/transfer_base_action.hpp
    M hpx/runtime/actions/transfer_continuation_action.hpp
    M hpx/runtime/actions_fwd.hpp
    M hpx/runtime/agas/addressing_service.hpp
    M hpx/runtime/agas/big_boot_barrier.hpp
    M hpx/runtime/agas/detail/hosted_component_namespace.hpp
    M hpx/runtime/agas/detail/hosted_locality_namespace.hpp
    M hpx/runtime/agas/primary_namespace.hpp
    M hpx/runtime/agas/server/primary_namespace.hpp
    M hpx/runtime/applier/applier.hpp
    M hpx/runtime/applier/apply.hpp
    M hpx/runtime/applier/apply_callback.hpp
    M hpx/runtime/applier/detail/apply_implementations.hpp
    M hpx/runtime/components/server/runtime_support.hpp
    M hpx/runtime/message_handler_fwd.hpp
    M hpx/runtime/parcelset/decode_parcels.hpp
    M hpx/runtime/parcelset/detail/call_for_each.hpp
    M hpx/runtime/parcelset/detail/parcel_await.hpp
    M hpx/runtime/parcelset/detail/parcel_route_handler.hpp
    M hpx/runtime/parcelset/detail/per_action_data_counter.hpp
    M hpx/runtime/parcelset/detail/per_action_data_counter_registry.hpp
    M hpx/runtime/parcelset/encode_parcels.hpp
    M hpx/runtime/parcelset/parcel.hpp
    M hpx/runtime/parcelset/parcel_buffer.hpp
    M hpx/runtime/parcelset/parcelhandler.hpp
    M hpx/runtime/parcelset/parcelport.hpp
    M hpx/runtime/parcelset/parcelport_connection.hpp
    M hpx/runtime/parcelset/parcelport_impl.hpp
    M hpx/runtime/parcelset/policies/message_handler.hpp
    M hpx/runtime/parcelset/put_parcel.hpp
    M hpx/runtime/parcelset_fwd.hpp
    M hpx/runtime/set_parcel_write_handler.hpp
    M hpx/runtime_impl.hpp
    M hpx/traits/action_message_handler.hpp
    M hpx/traits/action_serialization_filter.hpp
    M hpx/util/asio_util.hpp
    M libs/resiliency/examples/1d_stencil_replay_exception.cpp
    M libs/resiliency/examples/1d_stencil_replay_validate.cpp
    M libs/resiliency/examples/async_replay.cpp
    M libs/resiliency/examples/async_replicate.cpp
    M libs/resiliency/examples/async_replicate_vote.cpp
    M libs/resiliency/tests/performance/replay/async_replay.cpp
    M libs/resiliency/tests/performance/replay/async_replay_validate.cpp
    M libs/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    M libs/resiliency/tests/performance/replicate/async_replicate.cpp
    M libs/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    M libs/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    M 
libs/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    M libs/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_inclusive_scan2.cpp
    M src/hpx_init.cpp
    M src/performance_counters/server/action_invocation_counter.cpp
    M src/performance_counters/server/per_action_data_counters.cpp
    M src/pre_main.cpp
    M src/runtime.cpp
    M src/runtime/actions/detail/action_factory.cpp
    M src/runtime/actions/detail/invocation_count_registry.cpp
    M src/runtime/agas/addressing_service.cpp
    M src/runtime/agas/big_boot_barrier.cpp
    M src/runtime/agas/detail/hosted_component_namespace.cpp
    M src/runtime/agas/detail/hosted_locality_namespace.cpp
    M src/runtime/agas/primary_namespace.cpp
    M src/runtime/agas/server/primary_namespace_server.cpp
    M src/runtime/agas/server/route.cpp
    M src/runtime/applier/applier.cpp
    M src/runtime/components/memory.cpp
    M src/runtime/components/server/runtime_support_server.cpp
    M src/runtime/get_locality_name.cpp
    M src/runtime/parcelset/detail/parcel_await.cpp
    M src/runtime/parcelset/detail/parcel_route_handler.cpp
    M src/runtime/parcelset/detail/per_action_data_counter.cpp
    M src/runtime/parcelset/detail/per_action_data_counter_registry.cpp
    M src/runtime/parcelset/locality.cpp
    M src/runtime/parcelset/parcel.cpp
    M src/runtime/parcelset/parcelhandler.cpp
    M src/runtime/parcelset/parcelport.cpp
    M src/runtime/parcelset/put_parcel.cpp
    M src/runtime/set_parcel_write_handler.cpp
    M src/runtime_impl.cpp
    M src/util/asio_util.cpp
    M src/util/batch_environment.cpp
    M src/util/batch_environments/pbs_environment.cpp
    M src/util/map_hostnames.cpp
    M src/util/parse_command_line.cpp
    M src/util/runtime_configuration.cpp
    M tests/performance/CMakeLists.txt
    M tests/performance/local/CMakeLists.txt
    M tests/regressions/actions/component_action_move_semantics.cpp
    M tests/regressions/actions/plain_action_move_semantics.cpp
    M tests/regressions/lcos/async_callback_with_bound_callback.cpp
    M tests/regressions/lcos/dataflow_791.cpp
    M tests/unit/lcos/async_cb_colocated.cpp
    M tests/unit/lcos/async_cb_remote.cpp
    M tests/unit/lcos/async_cb_remote_client.cpp
    M tests/unit/lcos/async_continue_cb.cpp
    M tests/unit/lcos/async_continue_cb_colocated.cpp
    M tests/unit/parcelset/set_parcel_write_handler.cpp
    M tests/unit/performance_counter/reinit_counters.cpp
    M tests/unit/serialization/CMakeLists.txt

  Log Message:
  -----------
  Disable parcel-layer if networking is disabled


_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to