Branch: refs/heads/distributed_resiliency
Home: https://github.com/STEllAR-GROUP/hpx
Commit: cbc494e7d27f459aae66b0caa830cd28670b2099
https://github.com/STEllAR-GROUP/hpx/commit/cbc494e7d27f459aae66b0caa830cd28670b2099
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/examples/async_replay.cpp
M libs/resiliency/include/hpx/resiliency/async_replay.hpp
M libs/resiliency/tests/unit/async_replay_plain.cpp
Log Message:
-----------
Prototype distributed async replay
Commit: 6c23018f746a50c0b82da42ffaf264c7e8ab2001
https://github.com/STEllAR-GROUP/hpx/commit/6c23018f746a50c0b82da42ffaf264c7e8ab2001
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/examples/async_replay.cpp
M libs/resiliency/include/hpx/resiliency/async_replay.hpp
M libs/resiliency/tests/unit/async_replay_plain.cpp
Log Message:
-----------
Correct clang-format and inspect errors
Commit: bcd4ddc7b8c8d5ec74994315fcbaaa0406ef2079
https://github.com/STEllAR-GROUP/hpx/commit/bcd4ddc7b8c8d5ec74994315fcbaaa0406ef2079
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/examples/async_replay.cpp
M libs/resiliency/examples/async_replicate.cpp
M libs/resiliency/include/hpx/resiliency/async_replicate.hpp
M libs/resiliency/tests/unit/async_replicate_plain.cpp
Log Message:
-----------
Add distributed API for async replicate
Commit: e928c7ae3979a91162ed65f4a63c0b652caa543c
https://github.com/STEllAR-GROUP/hpx/commit/e928c7ae3979a91162ed65f4a63c0b652caa543c
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/examples/async_replay.cpp
M libs/resiliency/examples/async_replicate.cpp
M libs/resiliency/include/hpx/resiliency/async_replay.hpp
M libs/resiliency/include/hpx/resiliency/async_replicate.hpp
M libs/resiliency/tests/unit/async_replay_plain.cpp
M libs/resiliency/tests/unit/async_replicate_plain.cpp
Log Message:
-----------
Adds additional localities in tests. Convert to const& to avoid copying
Commit: 052a5af65e9dcdb8b13534be8c6d6682d9a410ec
https://github.com/STEllAR-GROUP/hpx/commit/052a5af65e9dcdb8b13534be8c6d6682d9a410ec
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
A libs/resiliency/tests/unit/async_replay_basic.cpp
M libs/resiliency/tests/unit/async_replay_plain.cpp
A libs/resiliency/tests/unit/async_replicate_basic.cpp
M libs/resiliency/tests/unit/async_replicate_plain.cpp
Log Message:
-----------
Revert to previous tests
Commit: 82992304aa12eddbd5c24f091265538cfb9012de
https://github.com/STEllAR-GROUP/hpx/commit/82992304aa12eddbd5c24f091265538cfb9012de
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/CMakeLists.txt
M libs/resiliency/include/hpx/resiliency/async_replay.hpp
A libs/resiliency/include/hpx/resiliency/async_replay_distributed.hpp
M libs/resiliency/include/hpx/resiliency/async_replicate.hpp
A libs/resiliency/include/hpx/resiliency/async_replicate_distributed.hpp
A libs/resiliency/include/hpx/resiliency/util.hpp
M libs/resiliency/tests/unit/CMakeLists.txt
R libs/resiliency/tests/unit/async_replay_basic.cpp
A libs/resiliency/tests/unit/async_replay_distributed.cpp
R libs/resiliency/tests/unit/async_replicate_basic.cpp
A libs/resiliency/tests/unit/async_replicate_distributed.cpp
Log Message:
-----------
Send distributed APIs to separate files
Commit: 92fb11fbc0d8ac0bde829e718f4ec0f5c9f45565
https://github.com/STEllAR-GROUP/hpx/commit/92fb11fbc0d8ac0bde829e718f4ec0f5c9f45565
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/include/hpx/resiliency/async_replay_distributed.hpp
M libs/resiliency/include/hpx/resiliency/async_replicate.hpp
M libs/resiliency/include/hpx/resiliency/util.hpp
M libs/resiliency/tests/unit/async_replicate_distributed.cpp
Log Message:
-----------
fix clang-format errors and inspect errors
Commit: 9607c0a9780b27e8a3261054372ac1b659f05030
https://github.com/STEllAR-GROUP/hpx/commit/9607c0a9780b27e8a3261054372ac1b659f05030
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/examples/CMakeLists.txt
M libs/resiliency/examples/async_replay.cpp
A libs/resiliency/examples/async_replay_distributed.cpp
M libs/resiliency/examples/async_replicate.cpp
A libs/resiliency/examples/async_replicate_distributed.cpp
Log Message:
-----------
Add benchmarks for performance comparison
Commit: 0e93a22e7b09bb0d95e5e3f7476af2f15c69d268
https://github.com/STEllAR-GROUP/hpx/commit/0e93a22e7b09bb0d95e5e3f7476af2f15c69d268
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/examples/async_replay_distributed.cpp
M libs/resiliency/examples/async_replicate_distributed.cpp
Log Message:
-----------
Adds concept of node fault in distributed examples
Commit: 619a7519af67c0a4c64a7b78d9cfd436b115654d
https://github.com/STEllAR-GROUP/hpx/commit/619a7519af67c0a4c64a7b78d9cfd436b115654d
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/examples/async_replay_distributed.cpp
M libs/resiliency/examples/async_replicate_distributed.cpp
Log Message:
-----------
fix errors
Commit: 3440aa1d29fbc7248c6a3d15b85695655495878d
https://github.com/STEllAR-GROUP/hpx/commit/3440aa1d29fbc7248c6a3d15b85695655495878d
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/examples/async_replay_distributed.cpp
M libs/resiliency/examples/async_replicate_distributed.cpp
Log Message:
-----------
Fix distributed benchmarks
Commit: 4e1430f16a1e9386d7a4dff9286c0a9ba38d2c5b
https://github.com/STEllAR-GROUP/hpx/commit/4e1430f16a1e9386d7a4dff9286c0a9ba38d2c5b
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/tests/performance/replay/CMakeLists.txt
A libs/resiliency/tests/performance/replay/async_replay_distributed.cpp
A
libs/resiliency/tests/performance/replay/async_replay_distributed_validate.cpp
A libs/resiliency/tests/performance/replay/plain_async_distributed.cpp
M libs/resiliency/tests/performance/replicate/CMakeLists.txt
A
libs/resiliency/tests/performance/replicate/async_replicate_distributed.cpp
A
libs/resiliency/tests/performance/replicate/async_replicate_distributed_validate.cpp
A
libs/resiliency/tests/performance/replicate/async_replicate_distributed_vote.cpp
A
libs/resiliency/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
A
libs/resiliency/tests/performance/replicate/plain_async_replicate_distributed.cpp
M libs/resiliency/tests/unit/CMakeLists.txt
R libs/resiliency/tests/unit/async_replay_distributed.cpp
A libs/resiliency/tests/unit/async_replay_distributed_plain.cpp
R libs/resiliency/tests/unit/async_replicate_distributed.cpp
A libs/resiliency/tests/unit/async_replicate_distributed_plain.cpp
Log Message:
-----------
Add performance tests for benchmarking
Commit: cbca04be0e8cbda1e207c868a289ff4b57fc452e
https://github.com/STEllAR-GROUP/hpx/commit/cbca04be0e8cbda1e207c868a289ff4b57fc452e
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/tests/performance/replay/async_replay_distributed.cpp
M
libs/resiliency/tests/performance/replay/async_replay_distributed_validate.cpp
M libs/resiliency/tests/performance/replay/plain_async_distributed.cpp
M
libs/resiliency/tests/performance/replicate/async_replicate_distributed.cpp
M
libs/resiliency/tests/performance/replicate/async_replicate_distributed_validate.cpp
M
libs/resiliency/tests/performance/replicate/async_replicate_distributed_vote.cpp
M
libs/resiliency/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
M
libs/resiliency/tests/performance/replicate/plain_async_replicate_distributed.cpp
Log Message:
-----------
Add local work to distributed benchmarks
Commit: 79a31b8765c9075d6b6f89621227d41795d38c8a
https://github.com/STEllAR-GROUP/hpx/commit/79a31b8765c9075d6b6f89621227d41795d38c8a
Author: Nikunj Gupta <[email protected]>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M libs/resiliency/tests/performance/replay/async_replay_distributed.cpp
M
libs/resiliency/tests/performance/replay/async_replay_distributed_validate.cpp
M libs/resiliency/tests/performance/replay/plain_async_distributed.cpp
M
libs/resiliency/tests/performance/replicate/async_replicate_distributed.cpp
M
libs/resiliency/tests/performance/replicate/async_replicate_distributed_validate.cpp
M
libs/resiliency/tests/performance/replicate/async_replicate_distributed_vote.cpp
M
libs/resiliency/tests/performance/replicate/async_replicate_distributed_vote_validate.cpp
M
libs/resiliency/tests/performance/replicate/plain_async_replicate_distributed.cpp
Log Message:
-----------
Add hpx::wait all to local tasks
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/fee4208b2997...79a31b8765c9
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits