Branch: refs/heads/distributed_resiliency
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 29239ff420586edca7e3169ce9e5530aa47e81c9
      
https://github.com/STEllAR-GROUP/hpx/commit/29239ff420586edca7e3169ce9e5530aa47e81c9
  Author: Nikunj Gupta <[email protected]>
  Date:   2021-01-12 (Tue, 12 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.


_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to