Branch: refs/heads/distributed_resiliency
Home: https://github.com/STEllAR-GROUP/hpx
Commit: f8e4569152bebcdf8b4ccfff02697037d614eec9
https://github.com/STEllAR-GROUP/hpx/commit/f8e4569152bebcdf8b4ccfff02697037d614eec9
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