-
Notifications
You must be signed in to change notification settings - Fork 936
MPI-4: Initial error handler #7840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
rhc54
reviewed
Jun 17, 2020
ff993b5 to
7110584
Compare
rhc54
reviewed
Jun 18, 2020
7110584 to
9566ef0
Compare
Member
Author
|
Updated, ready for review. |
bosilca
approved these changes
Jul 8, 2020
Member
bosilca
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment regarding the indentation. Once fixed this can be merged.
9566ef0 to
ec6fd4e
Compare
Member
Author
|
bot:retest |
ec6fd4e to
f6b6d80
Compare
MPI_INIT/FINALIZE Signed-off-by: Aurélien Bouteiller <[email protected]> make lazy initialization opal unlikely Signed-off-by: Aurelien Bouteiller <[email protected]>
value from prun populated paremeters Signed-off-by: Aurélien Bouteiller <[email protected]> Allow errhandlers to invoke the initial error handler before MPI_INIT Signed-off-by: Aurelien Bouteiller <[email protected]> Indentation Signed-off-by: Aurelien Bouteiller <[email protected]>
Signed-off-by: Aurélien Bouteiller <[email protected]> update to the predefined initial error handler selection Signed-off-by: Aurelien Bouteiller <[email protected]>
Signed-off-by: Aurélien Bouteiller <[email protected]> Use the same env to transmit the initial error handler to spawnees Signed-off-by: Aurelien Bouteiller <[email protected]>
MPI initialization Signed-off-by: Aurelien Bouteiller <[email protected]>
Signed-off-by: Aurelien Bouteiller <[email protected]>
f6b6d80 to
7118755
Compare
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.
MPI-4 will introduce the concept of the 'initial error handler'. This is the error handler that is set before MPI is initialized and after MPI is finalized, and can be selected from mpiexec/SPAWN info key parameters.
This also adds MPI_ERROR_CLASS, and MPI_ERROR_STRING to the functions that can be called before/after MPI_INIT and are always thread safe.
More details from the MPI Forum site:
https://github.com/mpi-forum/mpi-standard/pull/50
mpi-forum/mpi-issues#102 (if you do not have access to the standard repo).