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

  Changed paths:
    M cmake/HPX_AddTest.cmake
    M components/containers/unordered/tests/unit/CMakeLists.txt
    M components/iostreams/tests/regressions/CMakeLists.txt
    M components/performance_counters/papi/src/server/papi.cpp
    M examples/compute/cuda/cublas_matmul.cpp
    M examples/future_reduce/rnd_future_reduce.cpp
    M examples/heartbeat/heartbeat.cpp
    M examples/heartbeat/heartbeat_console.cpp
    M examples/jacobi/jacobi.cpp
    M examples/jacobi/jacobi_component/server/solver.hpp
    M examples/jacobi_smp/jacobi_hpx.cpp
    M examples/jacobi_smp/jacobi_nonuniform_hpx.cpp
    M examples/jacobi_smp/jacobi_nonuniform_omp.hpp
    M examples/jacobi_smp/jacobi_omp.hpp
    M examples/performance_counters/sine/server/sine.cpp
    M examples/quickstart/1d_wave_equation.cpp
    M examples/quickstart/pingpong.cpp
    M examples/quickstart/timed_futures.cpp
    M examples/quickstart/timed_wake.cpp
    M 
examples/tuplespace/central_tuplespace/server/simple_central_tuplespace.hpp
    M examples/tuplespace/central_tuplespace/server/tuples_warehouse.hpp
    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_counter_registry.hpp
    M hpx/plugins/parcel/coalescing_message_handler.hpp
    M hpx/plugins/parcel/coalescing_message_handler_registration.hpp
    M hpx/plugins/parcel/message_buffer.hpp
    M hpx/runtime.hpp
    M hpx/runtime/actions/action_support.hpp
    M hpx/runtime/actions/base_action.hpp
    M hpx/runtime/actions/basic_action.hpp
    M hpx/runtime/actions/basic_action_fwd.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/algorithms/tests/performance/benchmark_inplace_merge.cpp
    M libs/algorithms/tests/performance/benchmark_is_heap.cpp
    M libs/algorithms/tests/performance/benchmark_is_heap_until.cpp
    M libs/algorithms/tests/performance/benchmark_merge.cpp
    M libs/algorithms/tests/performance/benchmark_partition.cpp
    M libs/algorithms/tests/performance/benchmark_partition_copy.cpp
    M libs/algorithms/tests/performance/benchmark_remove.cpp
    M libs/algorithms/tests/performance/benchmark_remove_if.cpp
    M libs/algorithms/tests/performance/benchmark_unique.cpp
    M libs/algorithms/tests/performance/benchmark_unique_copy.cpp
    M libs/algorithms/tests/performance/worker_timed.hpp
    M libs/execution/include/hpx/parallel/executors/auto_chunk_size.hpp
    M 
libs/execution/include/hpx/parallel/executors/persistent_auto_chunk_size.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/performance/minmax_element_performance.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 plugins/parcel/coalescing/coalescing_counter_registry.cpp
    M plugins/parcel/coalescing/coalescing_message_handler.cpp
    M plugins/parcel/coalescing/performance_counters.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/base_action.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/interface.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/command_line_handling.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/performance/local/boost_tls_overhead.cpp
    M tests/performance/local/delay_baseline.cpp
    M tests/performance/local/delay_baseline_threaded.cpp
    M tests/performance/local/foreach_scaling.cpp
    M tests/performance/local/function_object_wrapper_overhead.cpp
    M tests/performance/local/future_overhead.cpp
    M tests/performance/local/hpx_heterogeneous_timed_task_spawn.cpp
    M tests/performance/local/hpx_tls_overhead.cpp
    M tests/performance/local/native_tls_overhead.cpp
    M tests/performance/local/nonconcurrent_fifo_overhead.cpp
    M tests/performance/local/nonconcurrent_lifo_overhead.cpp
    M tests/performance/local/openmp_homogeneous_timed_task_spawn.cpp
    M tests/performance/local/openmp_parallel_region.cpp
    M tests/performance/local/parent_vs_child_stealing.cpp
    M tests/performance/local/partitioned_vector_foreach.cpp
    M tests/performance/local/qthreads_heterogeneous_timed_task_spawn.cpp
    M tests/performance/local/qthreads_homogeneous_timed_task_spawn.cpp
    M tests/performance/local/resume_suspend.cpp
    M tests/performance/local/spinlock_overhead1.cpp
    M tests/performance/local/spinlock_overhead2.cpp
    M tests/performance/local/start_stop.cpp
    M tests/performance/local/stencil3_iterators.cpp
    M tests/performance/local/tbb_homogeneous_timed_task_spawn.cpp
    M tests/performance/local/transform_reduce_binary_scaling.cpp
    M tests/performance/local/wait_all_timings.cpp
    M tests/performance/local/worker_timed.hpp
    M tests/regressions/actions/component_action_move_semantics.cpp
    M tests/regressions/actions/plain_action_move_semantics.cpp
    M tests/regressions/agas/CMakeLists.txt
    M tests/regressions/component/CMakeLists.txt
    M tests/regressions/lcos/async_callback_with_bound_callback.cpp
    M tests/regressions/lcos/dataflow_791.cpp
    M tests/regressions/lcos/future_hang_on_get_629.cpp
    M tests/regressions/lcos/future_hang_on_then_629.cpp
    M tests/regressions/threads/block_os_threads_1036.cpp
    M tests/regressions/util/CMakeLists.txt
    M tests/regressions/util/function_argument.cpp
    M tests/unit/agas/CMakeLists.txt
    M tests/unit/component/CMakeLists.txt
    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/resource/suspend_pool.cpp
    M tests/unit/resource/suspend_pool_external.cpp
    M tests/unit/resource/suspend_runtime.cpp
    M tests/unit/resource/suspend_thread.cpp
    M tests/unit/resource/suspend_thread_external.cpp
    M tests/unit/resource/suspend_thread_timed.cpp
    M tests/unit/serialization/CMakeLists.txt
    M tests/unit/serialization/zero_copy_serialization.cpp
    M tests/unit/util/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