Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 8a2bf8c48f40dc5531fb67b21650a7792e5e93a6
      
https://github.com/STEllAR-GROUP/hpx/commit/8a2bf8c48f40dc5531fb67b21650a7792e5e93a6
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    A examples/distributed_stencil/1d_stencil.cpp
    A examples/distributed_stencil/CMakeLists.txt
    A examples/distributed_stencil/communicator.hpp
    A examples/distributed_stencil/stencil.hpp

  Log Message:
  -----------
  Adds distributed scalable 1d stencil


  Commit: e959e9c249da36c4e8d27bc3a976c0e562de0624
      
https://github.com/STEllAR-GROUP/hpx/commit/e959e9c249da36c4e8d27bc3a976c0e562de0624
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M examples/CMakeLists.txt

  Log Message:
  -----------
  Add folder to example cmake


  Commit: 39fc6aa0f29e80addb057f83041cc405d62154f1
      
https://github.com/STEllAR-GROUP/hpx/commit/39fc6aa0f29e80addb057f83041cc405d62154f1
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    A examples/1d_stencil/1d_stencil_channel.cpp
    M examples/1d_stencil/CMakeLists.txt
    A examples/1d_stencil/communicator.hpp
    A examples/1d_stencil/stencil.hpp
    M examples/CMakeLists.txt
    R examples/distributed_stencil/1d_stencil.cpp
    R examples/distributed_stencil/CMakeLists.txt
    R examples/distributed_stencil/communicator.hpp
    R examples/distributed_stencil/stencil.hpp

  Log Message:
  -----------
  Make suggested changes


  Commit: fa62c6e4247d3f689df5d9731476482ed29d5aee
      
https://github.com/STEllAR-GROUP/hpx/commit/fa62c6e4247d3f689df5d9731476482ed29d5aee
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M examples/1d_stencil/1d_stencil_channel.cpp
    M examples/1d_stencil/communicator.hpp
    M examples/1d_stencil/stencil.hpp

  Log Message:
  -----------
  Further optimizations


  Commit: 06253bde161d92c8b07b0df37b96b8f7df78328d
      
https://github.com/STEllAR-GROUP/hpx/commit/06253bde161d92c8b07b0df37b96b8f7df78328d
  Author: Nikunj Gupta <[email protected]>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M examples/1d_stencil/1d_stencil_channel.cpp
    M examples/1d_stencil/communicator.hpp
    M examples/1d_stencil/stencil.hpp

  Log Message:
  -----------
  inspect changes


  Commit: 5d97186e5ca4530ed1b7c85efab7f932a966c46b
      
https://github.com/STEllAR-GROUP/hpx/commit/5d97186e5ca4530ed1b7c85efab7f932a966c46b
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M libs/resiliency/CMakeLists.txt
    M libs/resiliency/docs/index.rst
    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/examples/dataflow_replicate.cpp
    M libs/resiliency/include/hpx/resiliency/async_replay.hpp
    M libs/resiliency/include/hpx/resiliency/async_replicate.hpp
    M libs/resiliency/include/hpx/resiliency/dataflow_replay.hpp
    M libs/resiliency/include/hpx/resiliency/dataflow_replicate.hpp
    M libs/resiliency/include/hpx/resiliency/resiliency.hpp
    A libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    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/async_replay.cpp
    M libs/resiliency/tests/performance/replay/async_replay_validate.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/replicate/1d_stencil_replicate.cpp
    M 
libs/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.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

  Log Message:
  -----------
  Converting resiliency APIs to tag_invoke based CPOs

- import resiliency APIs to hpx::experimental, convert all code to use
  the functions through hpx::experimental


  Commit: 158bfffdca428cc0f9ff89d572edb03ef9b82f0b
      
https://github.com/STEllAR-GROUP/hpx/commit/158bfffdca428cc0f9ff89d572edb03ef9b82f0b
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M libs/resiliency/include/hpx/resiliency/async_replay.hpp
    M libs/resiliency/include/hpx/resiliency/async_replicate.hpp
    M libs/resiliency/include/hpx/resiliency/dataflow_replay.hpp
    M libs/resiliency/include/hpx/resiliency/dataflow_replicate.hpp

  Log Message:
  -----------
  Remove functional helpers as those are not needed anymore


  Commit: 1e53c02f18aa3867118862ecf46ac823b2abf497
      
https://github.com/STEllAR-GROUP/hpx/commit/1e53c02f18aa3867118862ecf46ac823b2abf497
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M libs/execution/include/hpx/execution/traits/executor_traits.hpp
    M libs/execution/include/hpx/execution/traits/future_then_result_exec.hpp
    M libs/execution_base/include/hpx/execution_base/execution.hpp
    M libs/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
    M libs/resiliency/CMakeLists.txt
    M libs/resiliency/docs/index.rst
    M libs/resiliency/examples/async_replicate.cpp
    A libs/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    A libs/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    M libs/resiliency/include/hpx/resiliency/resiliency.hpp
    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/unit/CMakeLists.txt
    A libs/resiliency/tests/unit/async_replay_executor.cpp
    A libs/resiliency/tests/unit/async_replicate_executor.cpp
    A libs/resiliency/tests/unit/async_replicate_vote_executor.cpp

  Log Message:
  -----------
  Adding async_replay and async_replicate for executors

- adding tests
- flyby: enable single integral value as Shape parameter for
  bulk_async_execute (and friends)


  Commit: 4fb13abaff48af66a0fdd4fed8ab54c51b6354a8
      
https://github.com/STEllAR-GROUP/hpx/commit/4fb13abaff48af66a0fdd4fed8ab54c51b6354a8
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M examples/1d_stencil/1d_stencil_channel.cpp
    M examples/1d_stencil/communicator.hpp
    M examples/1d_stencil/stencil.hpp

  Log Message:
  -----------
  Add missing SPDX license tags to channel 1d stencil example


  Commit: 7b52fac50b3847806e6b720cb96f7917b7a29e95
      
https://github.com/STEllAR-GROUP/hpx/commit/7b52fac50b3847806e6b720cb96f7917b7a29e95
  Author: John Biddiscombe <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M tests/performance/local/CMakeLists.txt
    M tests/performance/local/future_overhead.cpp

  Log Message:
  -----------
  Enable use of future_overhead test when DISTRIBUTED_RUNTIME is OFF


  Commit: 28a8344a8badebf83af4fd895f64414672ff435a
      
https://github.com/STEllAR-GROUP/hpx/commit/28a8344a8badebf83af4fd895f64414672ff435a
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M tests/performance/local/CMakeLists.txt
    M tests/performance/local/future_overhead.cpp

  Log Message:
  -----------
  Merge pull request #4849 from STEllAR-GROUP/future-overheads

Enable use of future_overhead test when DISTRIBUTED_RUNTIME is OFF


  Commit: 9db14ec8ec253f4c581fb20b826369867398f61e
      
https://github.com/STEllAR-GROUP/hpx/commit/9db14ec8ec253f4c581fb20b826369867398f61e
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    A examples/1d_stencil/1d_stencil_channel.cpp
    M examples/1d_stencil/CMakeLists.txt
    A examples/1d_stencil/communicator.hpp
    A examples/1d_stencil/stencil.hpp

  Log Message:
  -----------
  Merge pull request #4769 from STEllAR-GROUP/1d_stencil

Adds distributed, highly scalable 1d stencil


  Commit: 8074316ab3a3c91fed430156ece77ad7b085fdf8
      
https://github.com/STEllAR-GROUP/hpx/commit/8074316ab3a3c91fed430156ece77ad7b085fdf8
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M .jenkins/lsu/slurm-configuration-clang-7.sh
    M .jenkins/lsu/slurm-configuration-clang-8.sh
    M .jenkins/lsu/slurm-configuration-clang-9.sh

  Log Message:
  -----------
  Use medusa partition for clang builds on rostam


  Commit: 82caa7f2ee62485d54e0cc129522ee173ef02a0f
      
https://github.com/STEllAR-GROUP/hpx/commit/82caa7f2ee62485d54e0cc129522ee173ef02a0f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M libs/resiliency/CMakeLists.txt
    M libs/resiliency/docs/index.rst
    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/examples/dataflow_replicate.cpp
    M libs/resiliency/examples/version.cpp
    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
    R libs/resiliency/include/hpx/resiliency/dataflow_replay.hpp
    R libs/resiliency/include/hpx/resiliency/dataflow_replicate.hpp
    M libs/resiliency/include/hpx/resiliency/resiliency.hpp
    M libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    M libs/resiliency/include/hpx/resiliency/version.hpp
    M libs/resiliency/src/resiliency.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/async_replay.cpp
    M libs/resiliency/tests/performance/replay/async_replay_validate.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_async_for_replay.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/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/resiliency/tests/unit/CMakeLists.txt
    M libs/resiliency/tests/unit/async_replay_executor.cpp
    A libs/resiliency/tests/unit/async_replay_plain.cpp
    M libs/resiliency/tests/unit/async_replicate_executor.cpp
    A libs/resiliency/tests/unit/async_replicate_plain.cpp
    M libs/resiliency/tests/unit/async_replicate_vote_executor.cpp
    A libs/resiliency/tests/unit/async_replicate_vote_plain.cpp
    A libs/resiliency/tests/unit/dataflow_replay_executor.cpp
    A libs/resiliency/tests/unit/dataflow_replay_plain.cpp
    A libs/resiliency/tests/unit/dataflow_replicate_executor.cpp
    A libs/resiliency/tests/unit/dataflow_replicate_plain.cpp

  Log Message:
  -----------
  Moving things into hpx::resiliency::experimental

- removing explicit dataflow implementations, replaced with tag_deferred<>
- adding more tests


  Commit: 8871453ae5d0a6104f25b4bf715d98edf824539b
      
https://github.com/STEllAR-GROUP/hpx/commit/8871453ae5d0a6104f25b4bf715d98edf824539b
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M libs/iterator_support/include/hpx/iterator_support/counting_iterator.hpp

  Log Message:
  -----------
  Restore change overwritten before


  Commit: 82a488342d583166f39739f31fb66c53dd6df659
      
https://github.com/STEllAR-GROUP/hpx/commit/82a488342d583166f39739f31fb66c53dd6df659
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M libs/synchronization/include/hpx/synchronization/lock_types.hpp

  Log Message:
  -----------
  Fixing clang-tidy problems: 0 --> nullptr


  Commit: 95ee6867ffe2aa4c3ec01b99e689303e24a7a089
      
https://github.com/STEllAR-GROUP/hpx/commit/95ee6867ffe2aa4c3ec01b99e689303e24a7a089
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M tests/unit/component/CMakeLists.txt
    A tests/unit/component/inheritance_3_classes_2_concrete.cpp

  Log Message:
  -----------
  Adding test that derives component from two other components


  Commit: 6a7d2ed513a4d5790334c7231c1a35d054f3eb5b
      
https://github.com/STEllAR-GROUP/hpx/commit/6a7d2ed513a4d5790334c7231c1a35d054f3eb5b
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M hpx/lcos/detail/promise_base.hpp
    M hpx/runtime/actions/continuation.hpp
    M hpx/runtime/components/client_base.hpp
    M hpx/runtime/components/runtime_support.hpp
    M hpx/runtime/components/server/component_base.hpp
    M hpx/runtime/components/server/fixed_component_base.hpp
    M hpx/runtime/components/server/managed_component_base.hpp

  Log Message:
  -----------
  Removing obsolete code


  Commit: 410dd55894e563ca1469b52120c6c48d6d6efe07
      
https://github.com/STEllAR-GROUP/hpx/commit/410dd55894e563ca1469b52120c6c48d6d6efe07
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-23 (Thu, 23 Jul 2020)

  Changed paths:
    M libs/execution_base/CMakeLists.txt
    M libs/resiliency/CMakeLists.txt
    M libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    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_validate.cpp
    M libs/resiliency/tests/unit/async_replicate_vote_plain.cpp
    M libs/resiliency/tests/unit/dataflow_replay_executor.cpp

  Log Message:
  -----------
  Fixing linker problem and formatting errors


  Commit: 78ffbdeb09e95ceba7db096ed6f6fab5e45bfcdc
      
https://github.com/STEllAR-GROUP/hpx/commit/78ffbdeb09e95ceba7db096ed6f6fab5e45bfcdc
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M tests/unit/component/CMakeLists.txt
    A tests/unit/component/inheritance_3_classes_2_concrete.cpp

  Log Message:
  -----------
  Merge pull request #4853 from STEllAR-GROUP/component_derivation_test

Adding test that derives component from two other components


  Commit: b4b93765ba35c2b0699958894d06058280b3e89f
      
https://github.com/STEllAR-GROUP/hpx/commit/b4b93765ba35c2b0699958894d06058280b3e89f
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M hpx/lcos/detail/promise_base.hpp
    M hpx/runtime/actions/continuation.hpp
    M hpx/runtime/components/client_base.hpp
    M hpx/runtime/components/runtime_support.hpp
    M hpx/runtime/components/server/component_base.hpp
    M hpx/runtime/components/server/fixed_component_base.hpp
    M hpx/runtime/components/server/managed_component_base.hpp

  Log Message:
  -----------
  Merge pull request #4854 from STEllAR-GROUP/get_gid_compatibility

Removing obsolete code


  Commit: 697d1d809729e2851e6e7af1e9d7e2fb068d767f
      
https://github.com/STEllAR-GROUP/hpx/commit/697d1d809729e2851e6e7af1e9d7e2fb068d767f
  Author: John Biddiscombe <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M libs/async_mpi/tests/unit/CMakeLists.txt
    M libs/async_mpi/tests/unit/mpi_ring_async_executor.cpp

  Log Message:
  -----------
  Fix mpi_ring test in distributed mode by ensuring all ranks run hpx_main


  Commit: 07a9417dd4e7daf309837591db87c7ce1a03fa0b
      
https://github.com/STEllAR-GROUP/hpx/commit/07a9417dd4e7daf309837591db87c7ce1a03fa0b
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M libs/async_mpi/tests/unit/CMakeLists.txt
    M libs/async_mpi/tests/unit/mpi_ring_async_executor.cpp

  Log Message:
  -----------
  Merge pull request #4852 from STEllAR-GROUP/mpi_futures

Fix mpi_ring test in distributed mode by ensuring all ranks run hpx_main


  Commit: 689ce9b586322c90f966ef84aa6eba190f037dd7
      
https://github.com/STEllAR-GROUP/hpx/commit/689ce9b586322c90f966ef84aa6eba190f037dd7
  Author: Joachim K <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M docs/sphinx/manual/optimizing_hpx_applications.rst

  Log Message:
  -----------
  Correct typos in the description of the hpx performance counters


  Commit: 91c2cd4b8001bc1d0d6e7485cbe837f8c272522d
      
https://github.com/STEllAR-GROUP/hpx/commit/91c2cd4b8001bc1d0d6e7485cbe837f8c272522d
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M CMakeLists.txt
    M cmake/HPX_SetupLibCDS.cmake

  Log Message:
  -----------
  Improve libCDS integration

- make git repository and tag configurable
- place generated projects in 'Core' FOLDER


  Commit: 709c254d16663dd468e30fe11e651d86f30fcd3f
      
https://github.com/STEllAR-GROUP/hpx/commit/709c254d16663dd468e30fe11e651d86f30fcd3f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp

  Log Message:
  -----------
  Cleaning up libCDS benchmark


  Commit: ae33624cf456caeeade0179f0f541d1644b2778a
      
https://github.com/STEllAR-GROUP/hpx/commit/ae33624cf456caeeade0179f0f541d1644b2778a
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp

  Log Message:
  -----------
  Fix codacy warning


  Commit: e9a958442a6cba75f479f92c6e5f5eb00a57e358
      
https://github.com/STEllAR-GROUP/hpx/commit/e9a958442a6cba75f479f92c6e5f5eb00a57e358
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp

  Log Message:
  -----------
  Removing nostack tests


  Commit: 28e08dd8cb2e09a2e878c2b47f520345bcebc2b2
      
https://github.com/STEllAR-GROUP/hpx/commit/28e08dd8cb2e09a2e878c2b47f520345bcebc2b2
  Author: Weile Wei <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp

  Log Message:
  -----------
  explict use hazard pointer threading and constructor


  Commit: 0c975b43796334fce78ad4be970fcb3786180cff
      
https://github.com/STEllAR-GROUP/hpx/commit/0c975b43796334fce78ad4be970fcb3786180cff
  Author: Weile Wei <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp

  Log Message:
  -----------
  remove parameters in hp constructor, use default


  Commit: 0500516419bb18ce2ec186769d40ba8f169b6897
      
https://github.com/STEllAR-GROUP/hpx/commit/0500516419bb18ce2ec186769d40ba8f169b6897
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp

  Log Message:
  -----------
  force unwrapping of the inner future on return of dataflow functions


  Commit: 40397f2192fd3315fd77a6de6a5cbee187b34fc0
      
https://github.com/STEllAR-GROUP/hpx/commit/40397f2192fd3315fd77a6de6a5cbee187b34fc0
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M CMakeLists.txt
    M cmake/HPX_SetupLibCDS.cmake
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp

  Log Message:
  -----------
  Merge pull request #4857 from STEllAR-GROUP/libcds_integration

Improve libCDS integration


  Commit: b639ce2b426dad8b5eb56a65339d9c204d63478f
      
https://github.com/STEllAR-GROUP/hpx/commit/b639ce2b426dad8b5eb56a65339d9c204d63478f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M docs/sphinx/manual/optimizing_hpx_applications.rst

  Log Message:
  -----------
  Merge pull request #4856 from jokteur/master

Correct typos in the documentation of the hpx performance counters


  Commit: d5f028add746271daa4d7d38708a2fb7445819ba
      
https://github.com/STEllAR-GROUP/hpx/commit/d5f028add746271daa4d7d38708a2fb7445819ba
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M libs/execution_base/CMakeLists.txt
    M libs/resiliency/include/hpx/resiliency/async_replay_executor.hpp

  Log Message:
  -----------
  Fixing async_replay_executor

- flyby: fixing cmake-format issues


  Commit: 5250f93270750b8911babb781b51a368b5f010b9
      
https://github.com/STEllAR-GROUP/hpx/commit/5250f93270750b8911babb781b51a368b5f010b9
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M libs/resiliency/examples/1d_stencil_replay_exception.cpp
    M libs/resiliency/examples/1d_stencil_replay_validate.cpp
    M libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp

  Log Message:
  -----------
  Trying to work around MSVC problem


  Commit: d2b722110318e9aa3b148330a190e6fabeb6f385
      
https://github.com/STEllAR-GROUP/hpx/commit/d2b722110318e9aa3b148330a190e6fabeb6f385
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M libs/execution/include/hpx/execution/traits/executor_traits.hpp
    M libs/execution/include/hpx/execution/traits/future_then_result_exec.hpp
    M libs/execution_base/CMakeLists.txt
    M libs/execution_base/include/hpx/execution_base/execution.hpp
    M libs/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
    M libs/resiliency/CMakeLists.txt
    M libs/resiliency/docs/index.rst
    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/examples/dataflow_replicate.cpp
    M libs/resiliency/examples/version.cpp
    M libs/resiliency/include/hpx/resiliency/async_replay.hpp
    A libs/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/resiliency/include/hpx/resiliency/async_replicate.hpp
    A libs/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    R libs/resiliency/include/hpx/resiliency/dataflow_replay.hpp
    R libs/resiliency/include/hpx/resiliency/dataflow_replicate.hpp
    M libs/resiliency/include/hpx/resiliency/resiliency.hpp
    A libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    M libs/resiliency/include/hpx/resiliency/version.hpp
    M libs/resiliency/src/resiliency.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/async_replay.cpp
    M libs/resiliency/tests/performance/replay/async_replay_validate.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_async_for_replay.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/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/resiliency/tests/unit/CMakeLists.txt
    A libs/resiliency/tests/unit/async_replay_executor.cpp
    A libs/resiliency/tests/unit/async_replay_plain.cpp
    A libs/resiliency/tests/unit/async_replicate_executor.cpp
    A libs/resiliency/tests/unit/async_replicate_plain.cpp
    A libs/resiliency/tests/unit/async_replicate_vote_executor.cpp
    A libs/resiliency/tests/unit/async_replicate_vote_plain.cpp
    A libs/resiliency/tests/unit/dataflow_replay_executor.cpp
    A libs/resiliency/tests/unit/dataflow_replay_plain.cpp
    A libs/resiliency/tests/unit/dataflow_replicate_executor.cpp
    A libs/resiliency/tests/unit/dataflow_replicate_plain.cpp

  Log Message:
  -----------
  Merge pull request #4851 from STEllAR-GROUP/resiliency_cpos

Converting resiliency APIs to tag_invoke based CPOs


  Commit: 8943b661093d054f77bcca18aa4d2bc837a1a85c
      
https://github.com/STEllAR-GROUP/hpx/commit/8943b661093d054f77bcca18aa4d2bc837a1a85c
  Author: Mikael Simberg <[email protected]>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M .jenkins/lsu/entry.sh

  Log Message:
  -----------
  Increase Jenkins job timeout on rostam


  Commit: 83c06a9c97828160b45a7b0c8f8dbe4ea9684282
      
https://github.com/STEllAR-GROUP/hpx/commit/83c06a9c97828160b45a7b0c8f8dbe4ea9684282
  Author: aurianer <[email protected]>
  Date:   2020-07-27 (Mon, 27 Jul 2020)

  Changed paths:
    M .jenkins/lsu/entry.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
    M CMakeLists.txt
    M cmake/HPX_SetupLibCDS.cmake
    M docs/sphinx/manual/optimizing_hpx_applications.rst
    A examples/1d_stencil/1d_stencil_channel.cpp
    M examples/1d_stencil/CMakeLists.txt
    A examples/1d_stencil/communicator.hpp
    A examples/1d_stencil/stencil.hpp
    M hpx/lcos/detail/promise_base.hpp
    M hpx/runtime/actions/continuation.hpp
    M hpx/runtime/components/client_base.hpp
    M hpx/runtime/components/runtime_support.hpp
    M hpx/runtime/components/server/component_base.hpp
    M hpx/runtime/components/server/fixed_component_base.hpp
    M hpx/runtime/components/server/managed_component_base.hpp
    M libs/async_mpi/tests/unit/CMakeLists.txt
    M libs/async_mpi/tests/unit/mpi_ring_async_executor.cpp
    M libs/execution/include/hpx/execution/traits/executor_traits.hpp
    M libs/execution/include/hpx/execution/traits/future_then_result_exec.hpp
    M libs/execution_base/CMakeLists.txt
    M libs/execution_base/include/hpx/execution_base/execution.hpp
    M libs/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
    M libs/resiliency/CMakeLists.txt
    M libs/resiliency/docs/index.rst
    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/examples/dataflow_replicate.cpp
    M libs/resiliency/examples/version.cpp
    M libs/resiliency/include/hpx/resiliency/async_replay.hpp
    A libs/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    M libs/resiliency/include/hpx/resiliency/async_replicate.hpp
    A libs/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    R libs/resiliency/include/hpx/resiliency/dataflow_replay.hpp
    R libs/resiliency/include/hpx/resiliency/dataflow_replicate.hpp
    M libs/resiliency/include/hpx/resiliency/resiliency.hpp
    A libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    M libs/resiliency/include/hpx/resiliency/version.hpp
    M libs/resiliency/src/resiliency.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/async_replay.cpp
    M libs/resiliency/tests/performance/replay/async_replay_validate.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_async_for_replay.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/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/resiliency/tests/unit/CMakeLists.txt
    A libs/resiliency/tests/unit/async_replay_executor.cpp
    A libs/resiliency/tests/unit/async_replay_plain.cpp
    A libs/resiliency/tests/unit/async_replicate_executor.cpp
    A libs/resiliency/tests/unit/async_replicate_plain.cpp
    A libs/resiliency/tests/unit/async_replicate_vote_executor.cpp
    A libs/resiliency/tests/unit/async_replicate_vote_plain.cpp
    A libs/resiliency/tests/unit/dataflow_replay_executor.cpp
    A libs/resiliency/tests/unit/dataflow_replay_plain.cpp
    A libs/resiliency/tests/unit/dataflow_replicate_executor.cpp
    A libs/resiliency/tests/unit/dataflow_replicate_plain.cpp
    M libs/synchronization/include/hpx/synchronization/lock_types.hpp
    M tests/performance/local/CMakeLists.txt
    M tests/performance/local/future_overhead.cpp
    M tests/performance/local/libcds_hazard_pointer_overhead.cpp
    M tests/unit/component/CMakeLists.txt
    A tests/unit/component/inheritance_3_classes_2_concrete.cpp

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


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/c771b8e8d6b0...83c06a9c9782
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to