Message Logging and Inline Recovery#110
Draft
Matthew-Whitlock wants to merge 14 commits intompi_coroutinesfrom
Draft
Message Logging and Inline Recovery#110Matthew-Whitlock wants to merge 14 commits intompi_coroutinesfrom
Matthew-Whitlock wants to merge 14 commits intompi_coroutinesfrom
Conversation
8c41db1 to
2306f5b
Compare
3dd2697 to
95f4585
Compare
2306f5b to
8b3353d
Compare
95f4585 to
053ec1b
Compare
f0f263c to
2405e6e
Compare
053ec1b to
9abf861
Compare
2405e6e to
e70e24c
Compare
9abf861 to
3b03e2c
Compare
e45c858 to
38a51f1
Compare
6235f02 to
7ec39b7
Compare
Collective regions bugfix bugfix Add barriers test for inline recovery
38a51f1 to
2a71c1f
Compare
|
|
||
| /** | ||
| * @brief Serialize a group member's data into the member's local store. | ||
| * |
There was a problem hiding this comment.
[Linter] reported by reviewdog 🐶
Suggested change
| * | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on the mpi_coroutines branch. See examples/08_inline_recovery/stencil.cpp for an example using message logging and inline recovery.
TODO:
Fenix_Mlog_create(int log_id, MPI_Comm comm), etc.