Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: e5b10323c62815631f71885236ee533330768af9
      
https://github.com/STEllAR-GROUP/hpx/commit/e5b10323c62815631f71885236ee533330768af9
  Author: aurianer <auria...@cscs.ch>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M .circleci/config.yml
    M .github/CONTRIBUTING.md
    M .jenkins/cscs/ctest.cmake
    M .jenkins/cscs/env-clang-apex.sh
    M .jenkins/lsu/Jenkinsfile
    M .jenkins/lsu/ctest.cmake
    M .jenkins/lsu/entry.sh
    M .jenkins/lsu/env-clang-7.sh
    R .jenkins/lsu/env-gcc-10-cuda-11.sh
    A .jenkins/lsu/env-gcc-9-cuda-11.sh
    M .jenkins/lsu/slurm-configuration-clang-7.sh
    M .jenkins/lsu/slurm-configuration-clang-8.sh
    M .jenkins/lsu/slurm-configuration-clang-9.sh
    R .jenkins/lsu/slurm-configuration-gcc-10-cuda-11.sh
    M .jenkins/lsu/slurm-configuration-gcc-8.sh
    A .jenkins/lsu/slurm-configuration-gcc-9-cuda-11.sh
    M .jenkins/lsu/slurm-configuration-gcc-9.sh
    M CMakeLists.txt
    M cmake/HPX_AddTest.cmake
    M cmake/HPX_GeneratePackage.cmake
    M 
components/containers/partitioned_vector/tests/unit/serialization_partitioned_vector.cpp
    M components/iostreams/include/hpx/include/iostreams.hpp
    M docs/sphinx/contributing.rst
    A docs/sphinx/contributing/contributing.rst
    A docs/sphinx/contributing/governance.rst
    M examples/1d_stencil/1d_stencil_4.cpp
    M examples/1d_stencil/1d_stencil_4_parallel.cpp
    M examples/1d_stencil/1d_stencil_4_repart.cpp
    M examples/1d_stencil/1d_stencil_4_throttle.cpp
    M examples/1d_stencil/1d_stencil_channel.cpp
    M examples/hello_world_component/CMakeLists.txt
    M examples/quickstart/CMakeLists.txt
    A examples/quickstart/disable_thread_stealing_executor.cpp
    M examples/quickstart/partitioned_vector_spmd_foreach.cpp
    M examples/quickstart/safe_object.cpp
    M examples/transpose/transpose_await.cpp
    M examples/transpose/transpose_block.cpp
    M examples/transpose/transpose_block_numa.cpp
    M examples/transpose/transpose_smp.cpp
    M examples/transpose/transpose_smp_block.cpp
    M hpx/lcos/detail/promise_base.hpp
    M hpx/lcos_fwd.hpp
    M hpx/runtime/components/client_base.hpp
    M init/CMakeLists.txt
    A init/include/hpx/hpx_main_impl.hpp
    A init/src/main.cpp
    M libs/actions/include_compatibility/hpx/runtime/actions/action_support.hpp
    M libs/actions/include_compatibility/hpx/runtime/actions/base_action.hpp
    M 
libs/actions/include_compatibility/hpx/runtime/actions/transfer_base_action.hpp
    M libs/actions/include_compatibility/hpx/runtime/actions_fwd.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action.hpp
    M 
libs/actions_base/include_compatibility/hpx/runtime/actions/action_priority.hpp
    M 
libs/actions_base/include_compatibility/hpx/runtime/actions/basic_action.hpp
    M 
libs/actions_base/include_compatibility/hpx/runtime/actions/basic_action_fwd.hpp
    M 
libs/actions_base/include_compatibility/hpx/runtime/actions/component_action.hpp
    M 
libs/actions_base/include_compatibility/hpx/runtime/actions/plain_action.hpp
    M libs/actions_base/include_compatibility/hpx/runtime/actions_base_fwd.hpp
    M libs/actions_base/include_compatibility/hpx/traits/action_priority.hpp
    M 
libs/actions_base/include_compatibility/hpx/traits/action_remote_result.hpp
    M 
libs/actions_base/include_compatibility/hpx/traits/action_select_direct_execution.hpp
    M libs/actions_base/include_compatibility/hpx/traits/action_stacksize.hpp
    M libs/actions_base/include_compatibility/hpx/traits/extract_action.hpp
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/copy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/accumulate.hpp
    A 
libs/algorithms/include/hpx/parallel/algorithms/detail/advance_to_sentinel.hpp
    A libs/algorithms/include/hpx/parallel/algorithms/detail/fill.hpp
    A libs/algorithms/include/hpx/parallel/algorithms/detail/find.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/for_each.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/reduce.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/reduce_by_key.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/copy.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    A libs/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    A libs/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/for_each.hpp
    A libs/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    A libs/algorithms/include/hpx/parallel/container_memory.hpp
    M libs/algorithms/include/hpx/parallel/util/cancellation_token.hpp
    M libs/algorithms/include/hpx/parallel/util/compare_projected.hpp
    M libs/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/algorithms/include/hpx/parallel/util/projection_identity.hpp
    M libs/algorithms/include/hpx/parallel/util/result_types.hpp
    M libs/algorithms/tests/performance/benchmark_unique.cpp
    M libs/algorithms/tests/regressions/count_3646.cpp
    M libs/algorithms/tests/regressions/for_each_annotated_function.cpp
    M libs/algorithms/tests/regressions/static_chunker_2282.cpp
    M libs/algorithms/tests/unit/algorithms/all_of.cpp
    M libs/algorithms/tests/unit/algorithms/any_of.cpp
    M libs/algorithms/tests/unit/algorithms/copy.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_exception.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_forward.cpp
    M libs/algorithms/tests/unit/algorithms/copyif_random.cpp
    M libs/algorithms/tests/unit/algorithms/copyn.cpp
    M libs/algorithms/tests/unit/algorithms/count.cpp
    M libs/algorithms/tests/unit/algorithms/count_tests.hpp
    M libs/algorithms/tests/unit/algorithms/countif.cpp
    M libs/algorithms/tests/unit/algorithms/countif_tests.hpp
    M libs/algorithms/tests/unit/algorithms/destroy.cpp
    M libs/algorithms/tests/unit/algorithms/destroy_tests.hpp
    M libs/algorithms/tests/unit/algorithms/destroyn.cpp
    M libs/algorithms/tests/unit/algorithms/equal.cpp
    M libs/algorithms/tests/unit/algorithms/equal_binary.cpp
    M libs/algorithms/tests/unit/algorithms/fill.cpp
    M libs/algorithms/tests/unit/algorithms/filln.cpp
    M libs/algorithms/tests/unit/algorithms/find.cpp
    M libs/algorithms/tests/unit/algorithms/findend.cpp
    M libs/algorithms/tests/unit/algorithms/findfirstof.cpp
    M libs/algorithms/tests/unit/algorithms/findfirstof_binary.cpp
    M libs/algorithms/tests/unit/algorithms/findif.cpp
    M libs/algorithms/tests/unit/algorithms/findifnot.cpp
    M libs/algorithms/tests/unit/algorithms/findifnot_bad_alloc.cpp
    M libs/algorithms/tests/unit/algorithms/findifnot_exception.cpp
    M libs/algorithms/tests/unit/algorithms/foreach.cpp
    M libs/algorithms/tests/unit/algorithms/foreach_tests.hpp
    M libs/algorithms/tests/unit/algorithms/foreach_tests_prefetching.hpp
    M libs/algorithms/tests/unit/algorithms/foreachn.cpp
    M libs/algorithms/tests/unit/algorithms/foreachn_bad_alloc.cpp
    M libs/algorithms/tests/unit/algorithms/foreachn_exception.cpp
    M libs/algorithms/tests/unit/algorithms/mismatch.cpp
    M libs/algorithms/tests/unit/algorithms/mismatch_binary.cpp
    M libs/algorithms/tests/unit/algorithms/move.cpp
    M libs/algorithms/tests/unit/algorithms/none_of.cpp
    M libs/algorithms/tests/unit/algorithms/unique_copy_tests.hpp
    M libs/algorithms/tests/unit/algorithms/unique_tests.hpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    M libs/algorithms/tests/unit/container_algorithms/all_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/any_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copy_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copyif_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/copyn_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/count_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/countif_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/destroy_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/destroy_range_tests.hpp
    A libs/algorithms/tests/unit/container_algorithms/destroyn_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/equal_binary_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/equal_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/fill_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/filln_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/find_end_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/find_end_range2.cpp
    M libs/algorithms/tests/unit/container_algorithms/find_first_of_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/find_first_of_range2.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/find_if_not_exception_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/find_if_not_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/find_if_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/find_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/foreach_adapt.cpp
    M libs/algorithms/tests/unit/container_algorithms/foreach_range.cpp
    M 
libs/algorithms/tests/unit/container_algorithms/foreach_range_projection.cpp
    M libs/algorithms/tests/unit/container_algorithms/foreach_tests.hpp
    M 
libs/algorithms/tests/unit/container_algorithms/foreach_tests_projection.hpp
    A libs/algorithms/tests/unit/container_algorithms/mismatch_binary_range.cpp
    A libs/algorithms/tests/unit/container_algorithms/mismatch_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/move_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/none_of_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/test_utils.hpp
    M libs/algorithms/tests/unit/container_algorithms/unique_copy_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/unique_range.cpp
    M libs/algorithms/tests/unit/datapar_algorithms/foreach_datapar_zipiter.cpp
    M libs/algorithms/tests/unit/datapar_algorithms/foreach_tests.hpp
    M libs/async_combinators/include/hpx/async_combinators/split_future.hpp
    M libs/async_cuda/include/hpx/async_cuda/cublas_executor.hpp
    M libs/async_cuda/include/hpx/async_cuda/cuda_executor.hpp
    M libs/async_cuda/include_compatibility/hpx/compute/cuda/get_targets.hpp
    M libs/async_cuda/include_compatibility/hpx/compute/cuda/target.hpp
    M libs/async_cuda/tests/performance/cuda_executor_throughput.cpp
    M libs/async_cuda/tests/unit/cublas_matmul.cpp
    M libs/checkpoint/examples/1d_stencil_4_checkpoint.cpp
    M libs/collectives/tests/performance/osu/osu_bw.cpp
    M libs/collectives/tests/performance/osu/osu_latency.cpp
    M libs/collectives/tests/performance/osu/osu_multi_lat.cpp
    M 
libs/components_base/include_compatibility/hpx/runtime/components/pinned_ptr.hpp
    M libs/components_base/include_compatibility/hpx/runtime/get_lva.hpp
    M 
libs/components_base/include_compatibility/hpx/traits/component_pin_support.hpp
    M libs/components_base/include_compatibility/hpx/traits/is_component.hpp
    M libs/compute/include/hpx/compute/host/block_allocator.hpp
    M libs/compute/include/hpx/compute/host/numa_allocator.hpp
    M libs/compute/tests/regressions/for_each_value_proxy.cpp
    M libs/compute/tests/regressions/parallel_fill_4132.cpp
    M libs/compute_cuda/examples/partitioned_vector.cu
    M libs/compute_cuda/tests/unit/for_each_compute.cu
    M libs/config/CMakeLists.txt
    M libs/config/include/hpx/config.hpp
    M libs/config/include/hpx/config/attributes.hpp
    A libs/config/include/hpx/config/deprecation.hpp
    M 
libs/distributed_executors/include_compatibility/hpx/parallel/executors/distribution_policy_executor.hpp
    M libs/execution/CMakeLists.txt
    M libs/execution/include/hpx/execution/algorithms/detail/predicates.hpp
    R libs/execution/include/hpx/execution/executors/thread_pool_executor.hpp
    R 
libs/execution/include_compatibility/hpx/parallel/executors/thread_pool_executor.hpp
    M libs/execution/tests/regressions/is_executor_1691.cpp
    M libs/execution/tests/regressions/lambda_arguments_2403.cpp
    M libs/execution/tests/regressions/lambda_return_type_2402.cpp
    M libs/execution/tests/regressions/parallel_executor_1781.cpp
    M libs/execution/tests/unit/foreach_tests.hpp
    M 
libs/execution_base/include_compatibility/hpx/basic_execution/agent_base.hpp
    M 
libs/execution_base/include_compatibility/hpx/basic_execution/agent_ref.hpp
    M 
libs/execution_base/include_compatibility/hpx/basic_execution/context_base.hpp
    M 
libs/execution_base/include_compatibility/hpx/basic_execution/execution.hpp
    M 
libs/execution_base/include_compatibility/hpx/basic_execution/register_locks.hpp
    M 
libs/execution_base/include_compatibility/hpx/basic_execution/resource_base.hpp
    M 
libs/execution_base/include_compatibility/hpx/basic_execution/this_thread.hpp
    M libs/executors/CMakeLists.txt
    M libs/executors/include/hpx/executors/current_executor.hpp
    M libs/executors/include/hpx/executors/dataflow.hpp
    M libs/executors/include/hpx/executors/restricted_thread_pool_executor.hpp
    M libs/executors/include/hpx/executors/service_executors.hpp
    A libs/executors/include/hpx/executors/thread_pool_executor.hpp
    A 
libs/executors/include_compatibility/hpx/parallel/executors/thread_pool_executor.hpp
    M libs/functional/include/hpx/functional/deferred_call.hpp
    M libs/functional/include/hpx/functional/invoke_fused.hpp
    M libs/functional/include/hpx/functional/invoke_result.hpp
    M libs/functional/include/hpx/functional/traits/is_invocable.hpp
    M libs/functional/include_compatibility/hpx/functional/result_of.hpp
    M 
libs/functional/include_compatibility/hpx/functional/traits/is_callable.hpp
    M libs/futures/include/hpx/futures/detail/future_data.hpp
    M libs/futures/include/hpx/futures/futures_factory.hpp
    M libs/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/futures/tests/regressions/future_unwrap_878.cpp
    M libs/include/include/hpx/algorithm.hpp
    M libs/include/include/hpx/include/compression.hpp
    M libs/include/include/hpx/include/compression_registration.hpp
    M libs/include/include/hpx/include/parallel_destroy.hpp
    M libs/include/include/hpx/include/parallel_equal.hpp
    M libs/include/include/hpx/include/parallel_mismatch.hpp
    M libs/include/include/hpx/memory.hpp
    M libs/init_runtime/src/hpx_init.cpp
    M libs/iterator_support/include/hpx/iterator_support/traits/is_iterator.hpp
    M 
libs/iterator_support/include/hpx/iterator_support/traits/is_sentinel_for.hpp
    M libs/lcos_local/include/hpx/lcos_local/packaged_task.hpp
    M libs/lcos_local/include_compatibility/hpx/local_lcos.hpp
    M libs/lcos_local/include_compatibility/hpx/local_lcos/and_gate.hpp
    M libs/lcos_local/include_compatibility/hpx/local_lcos/channel.hpp
    M libs/lcos_local/include_compatibility/hpx/local_lcos/composable_guard.hpp
    M 
libs/lcos_local/include_compatibility/hpx/local_lcos/conditional_trigger.hpp
    M libs/lcos_local/include_compatibility/hpx/local_lcos/packaged_task.hpp
    M libs/lcos_local/include_compatibility/hpx/local_lcos/promise.hpp
    M libs/lcos_local/include_compatibility/hpx/local_lcos/receive_buffer.hpp
    M libs/lcos_local/include_compatibility/hpx/local_lcos/spmd_block.hpp
    M libs/lcos_local/include_compatibility/hpx/local_lcos/trigger.hpp
    M libs/prefix/include_compatibility/hpx/util/find_prefix.hpp
    M libs/program_options/include/hpx/program_options/options_description.hpp
    M libs/resiliency/CMakeLists.txt
    M libs/resiliency/include/hpx/resiliency/async_replay.hpp
    M libs/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/resiliency/include/hpx/resiliency/async_replicate.hpp
    M libs/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    A libs/resiliency/include/hpx/resiliency/replay_executor.hpp
    A libs/resiliency/include/hpx/resiliency/replicate_executor.hpp
    M libs/resiliency/tests/performance/replay/1d_stencil.cpp
    M libs/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    M libs/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    M libs/resiliency/tests/performance/replay/dataflow_replay.cpp
    M libs/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    M libs/resiliency/tests/performance/replay/pure_dataflow.cpp
    M libs/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    M 
libs/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    M libs/resiliency/tests/unit/CMakeLists.txt
    A libs/resiliency/tests/unit/replay_executor.cpp
    A libs/resiliency/tests/unit/replicate_executor.cpp
    M 
libs/runtime_configuration/include/hpx/runtime_configuration/runtime_mode.hpp
    M libs/runtime_local/include/hpx/runtime_local/pool_executor.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/find.hpp
    M libs/segmented_algorithms/tests/unit/CMakeLists.txt
    M libs/segmented_algorithms/tests/unit/partitioned_vector_all_of1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_all_of2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_any_of1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_any_of2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_fill.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_find.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_find2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_for_each.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_move.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_none1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_none2.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_transform1.cpp
    M libs/segmented_algorithms/tests/unit/partitioned_vector_transform2.cpp
    M libs/segmented_algorithms/tests/unit/test_transform_binary.hpp
    M libs/segmented_algorithms/tests/unit/test_transform_binary2.hpp
    M libs/thread_executors/include/hpx/thread_executors/current_executor.hpp
    M libs/threading_base/src/register_thread.cpp
    M libs/type_support/CMakeLists.txt
    A libs/type_support/include/hpx/type_support/equality.hpp
    M plugins/binary_filter/bzip2/include/hpx/include/compression_bzip2.hpp
    M plugins/binary_filter/snappy/include/hpx/include/compression_snappy.hpp
    M plugins/binary_filter/zlib/include/hpx/include/compression_zlib.hpp
    M src/util/serialize_exception.cpp
    M tests/performance/local/foreach_scaling.cpp
    M tests/performance/local/partitioned_vector_foreach.cpp
    M tests/performance/local/stream.cpp
    M tests/regressions/util/CMakeLists.txt
    A tests/regressions/util/serialize_exception_4886.cpp
    M tests/unit/build/CMakeLists.txt
    M tools/add_compat_headers.sh
    M wrap/CMakeLists.txt
    M wrap/include/hpx/wrap_main.hpp
    R wrap/include/hpx/wrap_main_impl.hpp
    M wrap/src/hpx_wrap.cpp
    R wrap/src/main.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into release


  Commit: f3596a619ff646b305021fcbbeb2d114d0c57e71
      
https://github.com/STEllAR-GROUP/hpx/commit/f3596a619ff646b305021fcbbeb2d114d0c57e71
  Author: aurianer <auria...@cscs.ch>
  Date:   2020-08-14 (Fri, 14 Aug 2020)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Change the release candidate 2 tag


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/9c8da7430c49...f3596a619ff6
_______________________________________________
hpx-commits mailing list
hpx-commits@stellar-group.org
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to