Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: ca592321059cf1b1ce5903320e817043cb2b20ca
      
https://github.com/STEllAR-GROUP/hpx/commit/ca592321059cf1b1ce5903320e817043cb2b20ca
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M libs/README.rst
    R libs/full/resiliency/CMakeLists.txt
    R libs/full/resiliency/README.rst
    R libs/full/resiliency/docs/index.rst
    R libs/full/resiliency/examples/1d_stencil_replay_exception.cpp
    R libs/full/resiliency/examples/1d_stencil_replay_validate.cpp
    R libs/full/resiliency/examples/CMakeLists.txt
    R libs/full/resiliency/examples/async_replay.cpp
    R libs/full/resiliency/examples/async_replicate.cpp
    R libs/full/resiliency/examples/async_replicate_vote.cpp
    R libs/full/resiliency/examples/dataflow_replicate.cpp
    R libs/full/resiliency/examples/version.cpp
    R libs/full/resiliency/include/hpx/resiliency/async_replay.hpp
    R libs/full/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    R libs/full/resiliency/include/hpx/resiliency/async_replicate.hpp
    R libs/full/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    R libs/full/resiliency/include/hpx/resiliency/config.hpp
    R libs/full/resiliency/include/hpx/resiliency/replay_executor.hpp
    R libs/full/resiliency/include/hpx/resiliency/replicate_executor.hpp
    R libs/full/resiliency/include/hpx/resiliency/resiliency.hpp
    R libs/full/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    R libs/full/resiliency/include/hpx/resiliency/version.hpp
    R libs/full/resiliency/src/resiliency.cpp
    R libs/full/resiliency/tests/CMakeLists.txt
    R libs/full/resiliency/tests/performance/CMakeLists.txt
    R libs/full/resiliency/tests/performance/replay/1d_stencil.cpp
    R libs/full/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    R libs/full/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    R libs/full/resiliency/tests/performance/replay/CMakeLists.txt
    R libs/full/resiliency/tests/performance/replay/async_replay.cpp
    R libs/full/resiliency/tests/performance/replay/async_replay_validate.cpp
    R libs/full/resiliency/tests/performance/replay/dataflow_replay.cpp
    R libs/full/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    R libs/full/resiliency/tests/performance/replay/print_time_results.hpp
    R libs/full/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    R libs/full/resiliency/tests/performance/replay/pure_dataflow.cpp
    R libs/full/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    R 
libs/full/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    R libs/full/resiliency/tests/performance/replicate/CMakeLists.txt
    R libs/full/resiliency/tests/performance/replicate/async_replicate.cpp
    R 
libs/full/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    R libs/full/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    R 
libs/full/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    R 
libs/full/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    R libs/full/resiliency/tests/performance/scripts/1d_stencil/1d_stencil.sh
    R 
libs/full/resiliency/tests/performance/scripts/1d_stencil/1d_stencil_16000.sh
    R 
libs/full/resiliency/tests/performance/scripts/1d_stencil/1d_stencil_32000.sh
    R libs/full/resiliency/tests/performance/scripts/replay/async_replay.sh
    R 
libs/full/resiliency/tests/performance/scripts/replay/async_replay_error_1.sh
    R 
libs/full/resiliency/tests/performance/scripts/replay/async_replay_error_2.sh
    R 
libs/full/resiliency/tests/performance/scripts/replicate/async_replicate.sh
    R 
libs/full/resiliency/tests/performance/scripts/replicate/async_replicate_error_1.sh
    R 
libs/full/resiliency/tests/performance/scripts/replicate/async_replicate_error_2.sh
    R 
libs/full/resiliency/tests/performance/scripts/replicate/async_replicate_error_3.sh
    R libs/full/resiliency/tests/regressions/CMakeLists.txt
    R libs/full/resiliency/tests/unit/CMakeLists.txt
    R libs/full/resiliency/tests/unit/async_replay_executor.cpp
    R libs/full/resiliency/tests/unit/async_replay_plain.cpp
    R libs/full/resiliency/tests/unit/async_replicate_executor.cpp
    R libs/full/resiliency/tests/unit/async_replicate_plain.cpp
    R libs/full/resiliency/tests/unit/async_replicate_vote_executor.cpp
    R libs/full/resiliency/tests/unit/async_replicate_vote_plain.cpp
    R libs/full/resiliency/tests/unit/dataflow_replay_executor.cpp
    R libs/full/resiliency/tests/unit/dataflow_replay_plain.cpp
    R libs/full/resiliency/tests/unit/dataflow_replicate_executor.cpp
    R libs/full/resiliency/tests/unit/dataflow_replicate_plain.cpp
    R libs/full/resiliency/tests/unit/replay_executor.cpp
    R libs/full/resiliency/tests/unit/replicate_executor.cpp
    M libs/parallelism/CMakeLists.txt
    M libs/parallelism/modules.rst
    A libs/parallelism/resiliency/CMakeLists.txt
    A libs/parallelism/resiliency/README.rst
    A libs/parallelism/resiliency/docs/index.rst
    A libs/parallelism/resiliency/examples/1d_stencil_replay_exception.cpp
    A libs/parallelism/resiliency/examples/1d_stencil_replay_validate.cpp
    A libs/parallelism/resiliency/examples/CMakeLists.txt
    A libs/parallelism/resiliency/examples/async_replay.cpp
    A libs/parallelism/resiliency/examples/async_replicate.cpp
    A libs/parallelism/resiliency/examples/async_replicate_vote.cpp
    A libs/parallelism/resiliency/examples/dataflow_replicate.cpp
    A libs/parallelism/resiliency/examples/version.cpp
    A libs/parallelism/resiliency/include/hpx/resiliency/async_replay.hpp
    A 
libs/parallelism/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/async_replicate.hpp
    A 
libs/parallelism/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/config.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/replay_executor.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/replicate_executor.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/resiliency.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/version.hpp
    A libs/parallelism/resiliency/src/resiliency.cpp
    A libs/parallelism/resiliency/tests/CMakeLists.txt
    A libs/parallelism/resiliency/tests/performance/CMakeLists.txt
    A libs/parallelism/resiliency/tests/performance/replay/1d_stencil.cpp
    A 
libs/parallelism/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    A libs/parallelism/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    A libs/parallelism/resiliency/tests/performance/replay/CMakeLists.txt
    A libs/parallelism/resiliency/tests/performance/replay/async_replay.cpp
    A 
libs/parallelism/resiliency/tests/performance/replay/async_replay_validate.cpp
    A libs/parallelism/resiliency/tests/performance/replay/dataflow_replay.cpp
    A 
libs/parallelism/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replay/print_time_results.hpp
    A 
libs/parallelism/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    A libs/parallelism/resiliency/tests/performance/replay/pure_dataflow.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    A libs/parallelism/resiliency/tests/performance/replicate/CMakeLists.txt
    A 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    A 
libs/parallelism/resiliency/tests/performance/scripts/1d_stencil/1d_stencil.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/1d_stencil/1d_stencil_16000.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/1d_stencil/1d_stencil_32000.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replay/async_replay.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replay/async_replay_error_1.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replay/async_replay_error_2.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replicate/async_replicate.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replicate/async_replicate_error_1.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replicate/async_replicate_error_2.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replicate/async_replicate_error_3.sh
    A libs/parallelism/resiliency/tests/regressions/CMakeLists.txt
    A libs/parallelism/resiliency/tests/unit/CMakeLists.txt
    A libs/parallelism/resiliency/tests/unit/async_replay_executor.cpp
    A libs/parallelism/resiliency/tests/unit/async_replay_plain.cpp
    A libs/parallelism/resiliency/tests/unit/async_replicate_executor.cpp
    A libs/parallelism/resiliency/tests/unit/async_replicate_plain.cpp
    A libs/parallelism/resiliency/tests/unit/async_replicate_vote_executor.cpp
    A libs/parallelism/resiliency/tests/unit/async_replicate_vote_plain.cpp
    A libs/parallelism/resiliency/tests/unit/dataflow_replay_executor.cpp
    A libs/parallelism/resiliency/tests/unit/dataflow_replay_plain.cpp
    A libs/parallelism/resiliency/tests/unit/dataflow_replicate_executor.cpp
    A libs/parallelism/resiliency/tests/unit/dataflow_replicate_plain.cpp
    A libs/parallelism/resiliency/tests/unit/replay_executor.cpp
    A libs/parallelism/resiliency/tests/unit/replicate_executor.cpp

  Log Message:
  -----------
  Send resiliency module under parallel library


  Commit: 89a27346aecec745fc834660d61c1858d1387dae
      
https://github.com/STEllAR-GROUP/hpx/commit/89a27346aecec745fc834660d61c1858d1387dae
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M libs/full/CMakeLists.txt
    M libs/full/modules.rst
    A libs/full/resiliency_distributed/CMakeLists.txt
    A libs/full/resiliency_distributed/README.rst
    A libs/full/resiliency_distributed/docs/index.rst
    A libs/full/resiliency_distributed/examples/CMakeLists.txt
    A libs/full/resiliency_distributed/examples/async_replay_distributed.cpp
    A libs/full/resiliency_distributed/examples/async_replicate_distributed.cpp
    A 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
    A 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
    A 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/resiliency_distributed.hpp
    A 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/util.hpp
    A libs/full/resiliency_distributed/tests/CMakeLists.txt
    A libs/full/resiliency_distributed/tests/performance/CMakeLists.txt
    A libs/full/resiliency_distributed/tests/regressions/CMakeLists.txt
    A libs/full/resiliency_distributed/tests/unit/CMakeLists.txt

  Log Message:
  -----------
  Adds basic structure for resiliency_distributed module


  Commit: b739dc067426693a24882f09d91b102444ef810f
      
https://github.com/STEllAR-GROUP/hpx/commit/b739dc067426693a24882f09d91b102444ef810f
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    A 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    A libs/full/resiliency_distributed/tests/performance/replay/CMakeLists.txt
    A 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replay/plain_async_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/CMakeLists.txt
    A 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/pure_async_for_replicate.cpp
    M libs/full/resiliency_distributed/tests/unit/CMakeLists.txt
    A libs/full/resiliency_distributed/tests/unit/async_replay_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/unit/async_replicate_distributed.cpp

  Log Message:
  -----------
  Adds tests (not cmakelists)


  Commit: aef06af983aa02fec94b1b253ec19aeb651a539a
      
https://github.com/STEllAR-GROUP/hpx/commit/aef06af983aa02fec94b1b253ec19aeb651a539a
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M docs/sphinx/examples/fibonacci.rst
    M docs/sphinx/examples/fibonacci_local.rst
    M libs/full/resiliency_distributed/CMakeLists.txt
    M libs/full/resiliency_distributed/examples/CMakeLists.txt
    M libs/full/resiliency_distributed/examples/async_replay_distributed.cpp
    M libs/full/resiliency_distributed/examples/async_replicate_distributed.cpp
    R 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/util.hpp
    M libs/full/resiliency_distributed/tests/CMakeLists.txt
    M libs/full/resiliency_distributed/tests/performance/CMakeLists.txt
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    M libs/full/resiliency_distributed/tests/performance/replay/CMakeLists.txt
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/plain_async_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/CMakeLists.txt
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    R 
libs/full/resiliency_distributed/tests/performance/replicate/pure_async_for_replicate.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/pure_async_for_replicate_distributed.cpp
    M libs/full/resiliency_distributed/tests/regressions/CMakeLists.txt
    M libs/full/resiliency_distributed/tests/unit/CMakeLists.txt
    R libs/full/resiliency_distributed/tests/unit/async_replay_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/unit/async_replay_distributed_plain.cpp
    R 
libs/full/resiliency_distributed/tests/unit/async_replicate_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/unit/async_replicate_distributed_plain.cpp
    M libs/parallelism/resiliency/CMakeLists.txt
    M libs/parallelism/resiliency/examples/CMakeLists.txt
    M libs/parallelism/resiliency/include/hpx/resiliency/async_replay.hpp
    M libs/parallelism/resiliency/include/hpx/resiliency/async_replicate.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/util.hpp
    M libs/parallelism/resiliency/tests/performance/replay/CMakeLists.txt
    M libs/parallelism/resiliency/tests/performance/replicate/CMakeLists.txt
    M libs/parallelism/resiliency/tests/unit/CMakeLists.txt

  Log Message:
  -----------
  Adding build system support for tests

- fixing test compilation etc.


  Commit: b0975f0530e1bdc216fa77225806a2103e56ec0b
      
https://github.com/STEllAR-GROUP/hpx/commit/b0975f0530e1bdc216fa77225806a2103e56ec0b
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    A libs/full/resiliency_distributed/tests/performance/replay/communicator.hpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/communicator.hpp

  Log Message:
  -----------
  Add missing communicator.hpp to replay and replicate performance tests


  Commit: d8fcb5ef8dcfa90ece7f102b0d7b49941b014839
      
https://github.com/STEllAR-GROUP/hpx/commit/d8fcb5ef8dcfa90ece7f102b0d7b49941b014839
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M libs/full/resiliency_distributed/CMakeLists.txt
    M libs/full/resiliency_distributed/examples/CMakeLists.txt
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    M libs/full/resiliency_distributed/tests/performance/replay/communicator.hpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/plain_async_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/communicator.hpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/pure_async_for_replicate_distributed.cpp
    M libs/full/resiliency_distributed/tests/unit/CMakeLists.txt
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/transform_loop.hpp
    M libs/parallelism/resiliency/include/hpx/resiliency/util.hpp

  Log Message:
  -----------
  Build system fixes

- adding missing #includes
- replaced deprecated functionalities
- flyby: format new file


  Commit: bc598709683595452fe9ee367a6f50f3067bd071
      
https://github.com/STEllAR-GROUP/hpx/commit/bc598709683595452fe9ee367a6f50f3067bd071
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M libs/full/resiliency_distributed/examples/async_replay_distributed.cpp
    M libs/full/resiliency_distributed/examples/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    R 
libs/full/resiliency_distributed/tests/performance/replicate/communicator.hpp

  Log Message:
  -----------
  Fixes errors in examples

- Fixes timeout in async replay distributed: The error was due to
extremely large sized arguments passed to the test.
- Fixes seg fault in async replicate distributed: The error was
due to bad memory access in the initializing ids of vector using
`locales.begin() + num_replications`. When locales.size() is less
than num_replications, it will lead to a bad memory access.


  Commit: c20d391c2fef3057f36e32ab84e3d00caa8ce898
      
https://github.com/STEllAR-GROUP/hpx/commit/c20d391c2fef3057f36e32ab84e3d00caa8ce898
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M libs/full/resiliency_distributed/tests/CMakeLists.txt

  Log Message:
  -----------
  Allowing for module to (indirectly) depend on main library


  Commit: d6a1de21efce4d659548d95750f13baf39826b07
      
https://github.com/STEllAR-GROUP/hpx/commit/d6a1de21efce4d659548d95750f13baf39826b07
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M libs/full/resiliency_distributed/tests/performance/replay/CMakeLists.txt
    M 
libs/full/resiliency_distributed/tests/performance/replicate/CMakeLists.txt

  Log Message:
  -----------
  Running performance tests in distributed as well


  Commit: 08e32ce5bedc248b8945486acb238ee593491c1f
      
https://github.com/STEllAR-GROUP/hpx/commit/08e32ce5bedc248b8945486acb238ee593491c1f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M .github/workflows/windows_debug.yml
    M .github/workflows/windows_release.yml
    M libs/full/resiliency_distributed/CMakeLists.txt
    M libs/full/resiliency_distributed/examples/CMakeLists.txt
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    M libs/full/resiliency_distributed/tests/performance/replay/CMakeLists.txt
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    M libs/full/resiliency_distributed/tests/performance/replay/communicator.hpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/plain_async_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/CMakeLists.txt
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/pure_async_for_replicate_distributed.cpp
    M libs/full/resiliency_distributed/tests/unit/CMakeLists.txt
    M libs/parallelism/resiliency/include/hpx/resiliency/version.hpp

  Log Message:
  -----------
  Fixing symbol importing for resiliency, disable windows examples for github CI

- reduce working set for performance tests to avoid timeouts


  Commit: 3c6eea1fcf58b559eaf8e4d19fddbcdcb9842fb0
      
https://github.com/STEllAR-GROUP/hpx/commit/3c6eea1fcf58b559eaf8e4d19fddbcdcb9842fb0
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-19 (Tue, 19 Jan 2021)

  Changed paths:
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/plain_async_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/pure_async_for_replicate_distributed.cpp

  Log Message:
  -----------
  Fixes 1d_stencil replay performance test


  Commit: 0195f1241b3539342b467c215a722e15872289f5
      
https://github.com/STEllAR-GROUP/hpx/commit/0195f1241b3539342b467c215a722e15872289f5
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp

  Log Message:
  -----------
  Fix failing async replay unit test


  Commit: ccce9c07d66f447a1328ee9c592ef182736aff95
      
https://github.com/STEllAR-GROUP/hpx/commit/ccce9c07d66f447a1328ee9c592ef182736aff95
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp

  Log Message:
  -----------
  Add HPX_ASSERT to fix empty locales array


  Commit: dff8c35f0f699f8ddbef72f977ff40ea5da1a997
      
https://github.com/STEllAR-GROUP/hpx/commit/dff8c35f0f699f8ddbef72f977ff40ea5da1a997
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M libs/full/resiliency_distributed/docs/index.rst

  Log Message:
  -----------
  Add brief documentation to the distributed resiliency module


  Commit: e7074c24010d141554eac642098e543bb203f188
      
https://github.com/STEllAR-GROUP/hpx/commit/e7074c24010d141554eac642098e543bb203f188
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M libs/full/CMakeLists.txt
    M libs/full/modules.rst
    M libs/full/resiliency_distributed/examples/async_replay_distributed.cpp
    M libs/full/resiliency_distributed/examples/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/resiliency_distributed.hpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    M libs/full/resiliency_distributed/tests/performance/replay/communicator.hpp
    M 
libs/full/resiliency_distributed/tests/performance/replay/plain_async_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    M 
libs/full/resiliency_distributed/tests/performance/replicate/pure_async_for_replicate_distributed.cpp
    M 
libs/full/resiliency_distributed/tests/unit/async_replay_distributed_plain.cpp
    M 
libs/full/resiliency_distributed/tests/unit/async_replicate_distributed_plain.cpp

  Log Message:
  -----------
  Add ifndef to assist hip compiler


  Commit: 5e8ab7ee726d247bbc0915a3bcbeac485953d5ce
      
https://github.com/STEllAR-GROUP/hpx/commit/5e8ab7ee726d247bbc0915a3bcbeac485953d5ce
  Author: Mikael Simberg <[email protected]>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M .github/workflows/windows_debug.yml
    M .github/workflows/windows_release.yml
    M docs/sphinx/examples/fibonacci.rst
    M docs/sphinx/examples/fibonacci_local.rst
    M libs/README.rst
    M libs/full/CMakeLists.txt
    M libs/full/modules.rst
    R libs/full/resiliency/CMakeLists.txt
    R libs/full/resiliency/README.rst
    R libs/full/resiliency/docs/index.rst
    R libs/full/resiliency/examples/1d_stencil_replay_exception.cpp
    R libs/full/resiliency/examples/1d_stencil_replay_validate.cpp
    R libs/full/resiliency/examples/CMakeLists.txt
    R libs/full/resiliency/examples/async_replay.cpp
    R libs/full/resiliency/examples/async_replicate.cpp
    R libs/full/resiliency/examples/async_replicate_vote.cpp
    R libs/full/resiliency/examples/dataflow_replicate.cpp
    R libs/full/resiliency/examples/version.cpp
    R libs/full/resiliency/include/hpx/resiliency/async_replay.hpp
    R libs/full/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    R libs/full/resiliency/include/hpx/resiliency/async_replicate.hpp
    R libs/full/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    R libs/full/resiliency/include/hpx/resiliency/config.hpp
    R libs/full/resiliency/include/hpx/resiliency/replay_executor.hpp
    R libs/full/resiliency/include/hpx/resiliency/replicate_executor.hpp
    R libs/full/resiliency/include/hpx/resiliency/resiliency.hpp
    R libs/full/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    R libs/full/resiliency/include/hpx/resiliency/version.hpp
    R libs/full/resiliency/src/resiliency.cpp
    R libs/full/resiliency/tests/CMakeLists.txt
    R libs/full/resiliency/tests/performance/CMakeLists.txt
    R libs/full/resiliency/tests/performance/replay/1d_stencil.cpp
    R libs/full/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    R libs/full/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    R libs/full/resiliency/tests/performance/replay/CMakeLists.txt
    R libs/full/resiliency/tests/performance/replay/async_replay.cpp
    R libs/full/resiliency/tests/performance/replay/async_replay_validate.cpp
    R libs/full/resiliency/tests/performance/replay/dataflow_replay.cpp
    R libs/full/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    R libs/full/resiliency/tests/performance/replay/print_time_results.hpp
    R libs/full/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    R libs/full/resiliency/tests/performance/replay/pure_dataflow.cpp
    R libs/full/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    R 
libs/full/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    R libs/full/resiliency/tests/performance/replicate/CMakeLists.txt
    R libs/full/resiliency/tests/performance/replicate/async_replicate.cpp
    R 
libs/full/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    R libs/full/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    R 
libs/full/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    R 
libs/full/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    R libs/full/resiliency/tests/performance/scripts/1d_stencil/1d_stencil.sh
    R 
libs/full/resiliency/tests/performance/scripts/1d_stencil/1d_stencil_16000.sh
    R 
libs/full/resiliency/tests/performance/scripts/1d_stencil/1d_stencil_32000.sh
    R libs/full/resiliency/tests/performance/scripts/replay/async_replay.sh
    R 
libs/full/resiliency/tests/performance/scripts/replay/async_replay_error_1.sh
    R 
libs/full/resiliency/tests/performance/scripts/replay/async_replay_error_2.sh
    R 
libs/full/resiliency/tests/performance/scripts/replicate/async_replicate.sh
    R 
libs/full/resiliency/tests/performance/scripts/replicate/async_replicate_error_1.sh
    R 
libs/full/resiliency/tests/performance/scripts/replicate/async_replicate_error_2.sh
    R 
libs/full/resiliency/tests/performance/scripts/replicate/async_replicate_error_3.sh
    R libs/full/resiliency/tests/regressions/CMakeLists.txt
    R libs/full/resiliency/tests/unit/CMakeLists.txt
    R libs/full/resiliency/tests/unit/async_replay_executor.cpp
    R libs/full/resiliency/tests/unit/async_replay_plain.cpp
    R libs/full/resiliency/tests/unit/async_replicate_executor.cpp
    R libs/full/resiliency/tests/unit/async_replicate_plain.cpp
    R libs/full/resiliency/tests/unit/async_replicate_vote_executor.cpp
    R libs/full/resiliency/tests/unit/async_replicate_vote_plain.cpp
    R libs/full/resiliency/tests/unit/dataflow_replay_executor.cpp
    R libs/full/resiliency/tests/unit/dataflow_replay_plain.cpp
    R libs/full/resiliency/tests/unit/dataflow_replicate_executor.cpp
    R libs/full/resiliency/tests/unit/dataflow_replicate_plain.cpp
    R libs/full/resiliency/tests/unit/replay_executor.cpp
    R libs/full/resiliency/tests/unit/replicate_executor.cpp
    A libs/full/resiliency_distributed/CMakeLists.txt
    A libs/full/resiliency_distributed/README.rst
    A libs/full/resiliency_distributed/docs/index.rst
    A libs/full/resiliency_distributed/examples/CMakeLists.txt
    A libs/full/resiliency_distributed/examples/async_replay_distributed.cpp
    A libs/full/resiliency_distributed/examples/async_replicate_distributed.cpp
    A 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
    A 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
    A 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/resiliency_distributed.hpp
    A libs/full/resiliency_distributed/tests/CMakeLists.txt
    A libs/full/resiliency_distributed/tests/performance/CMakeLists.txt
    A 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replay/1d_stencil_replay_distributed.cpp
    A libs/full/resiliency_distributed/tests/performance/replay/CMakeLists.txt
    A 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replay/async_replay_distributed_validate.cpp
    A libs/full/resiliency_distributed/tests/performance/replay/communicator.hpp
    A 
libs/full/resiliency_distributed/tests/performance/replay/plain_async_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/CMakeLists.txt
    A 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_validate.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
    A 
libs/full/resiliency_distributed/tests/performance/replicate/pure_async_for_replicate_distributed.cpp
    A libs/full/resiliency_distributed/tests/regressions/CMakeLists.txt
    A libs/full/resiliency_distributed/tests/unit/CMakeLists.txt
    A 
libs/full/resiliency_distributed/tests/unit/async_replay_distributed_plain.cpp
    A 
libs/full/resiliency_distributed/tests/unit/async_replicate_distributed_plain.cpp
    M libs/parallelism/CMakeLists.txt
    M libs/parallelism/algorithms/include/hpx/parallel/algorithms/transform.hpp
    M 
libs/parallelism/algorithms/include/hpx/parallel/container_algorithms/transform.hpp
    M libs/parallelism/algorithms/include/hpx/parallel/util/transform_loop.hpp
    M libs/parallelism/modules.rst
    A libs/parallelism/resiliency/CMakeLists.txt
    A libs/parallelism/resiliency/README.rst
    A libs/parallelism/resiliency/docs/index.rst
    A libs/parallelism/resiliency/examples/1d_stencil_replay_exception.cpp
    A libs/parallelism/resiliency/examples/1d_stencil_replay_validate.cpp
    A libs/parallelism/resiliency/examples/CMakeLists.txt
    A libs/parallelism/resiliency/examples/async_replay.cpp
    A libs/parallelism/resiliency/examples/async_replicate.cpp
    A libs/parallelism/resiliency/examples/async_replicate_vote.cpp
    A libs/parallelism/resiliency/examples/dataflow_replicate.cpp
    A libs/parallelism/resiliency/examples/version.cpp
    A libs/parallelism/resiliency/include/hpx/resiliency/async_replay.hpp
    A 
libs/parallelism/resiliency/include/hpx/resiliency/async_replay_executor.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/async_replicate.hpp
    A 
libs/parallelism/resiliency/include/hpx/resiliency/async_replicate_executor.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/config.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/replay_executor.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/replicate_executor.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/resiliency.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/util.hpp
    A libs/parallelism/resiliency/include/hpx/resiliency/version.hpp
    A libs/parallelism/resiliency/src/resiliency.cpp
    A libs/parallelism/resiliency/tests/CMakeLists.txt
    A libs/parallelism/resiliency/tests/performance/CMakeLists.txt
    A libs/parallelism/resiliency/tests/performance/replay/1d_stencil.cpp
    A 
libs/parallelism/resiliency/tests/performance/replay/1d_stencil_checksum.cpp
    A libs/parallelism/resiliency/tests/performance/replay/1d_stencil_replay.cpp
    A libs/parallelism/resiliency/tests/performance/replay/CMakeLists.txt
    A libs/parallelism/resiliency/tests/performance/replay/async_replay.cpp
    A 
libs/parallelism/resiliency/tests/performance/replay/async_replay_validate.cpp
    A libs/parallelism/resiliency/tests/performance/replay/dataflow_replay.cpp
    A 
libs/parallelism/resiliency/tests/performance/replay/dataflow_replay_validate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replay/print_time_results.hpp
    A 
libs/parallelism/resiliency/tests/performance/replay/pure_async_for_replay.cpp
    A libs/parallelism/resiliency/tests/performance/replay/pure_dataflow.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/1d_stencil_replicate_checksum.cpp
    A libs/parallelism/resiliency/tests/performance/replicate/CMakeLists.txt
    A 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_validate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/async_replicate_vote_validate.cpp
    A 
libs/parallelism/resiliency/tests/performance/replicate/pure_async_for_replicate.cpp
    A 
libs/parallelism/resiliency/tests/performance/scripts/1d_stencil/1d_stencil.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/1d_stencil/1d_stencil_16000.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/1d_stencil/1d_stencil_32000.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replay/async_replay.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replay/async_replay_error_1.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replay/async_replay_error_2.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replicate/async_replicate.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replicate/async_replicate_error_1.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replicate/async_replicate_error_2.sh
    A 
libs/parallelism/resiliency/tests/performance/scripts/replicate/async_replicate_error_3.sh
    A libs/parallelism/resiliency/tests/regressions/CMakeLists.txt
    A libs/parallelism/resiliency/tests/unit/CMakeLists.txt
    A libs/parallelism/resiliency/tests/unit/async_replay_executor.cpp
    A libs/parallelism/resiliency/tests/unit/async_replay_plain.cpp
    A libs/parallelism/resiliency/tests/unit/async_replicate_executor.cpp
    A libs/parallelism/resiliency/tests/unit/async_replicate_plain.cpp
    A libs/parallelism/resiliency/tests/unit/async_replicate_vote_executor.cpp
    A libs/parallelism/resiliency/tests/unit/async_replicate_vote_plain.cpp
    A libs/parallelism/resiliency/tests/unit/dataflow_replay_executor.cpp
    A libs/parallelism/resiliency/tests/unit/dataflow_replay_plain.cpp
    A libs/parallelism/resiliency/tests/unit/dataflow_replicate_executor.cpp
    A libs/parallelism/resiliency/tests/unit/dataflow_replicate_plain.cpp
    A libs/parallelism/resiliency/tests/unit/replay_executor.cpp
    A libs/parallelism/resiliency/tests/unit/replicate_executor.cpp

  Log Message:
  -----------
  Merge pull request #4858 from STEllAR-GROUP/distributed_resiliency

Extending resilience APIs to support distributed invocations


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/3225590f6ab8...5e8ab7ee726d
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to