-
Notifications
You must be signed in to change notification settings - Fork 900
doc: Add MPI-4.0 partial compliance features #11498
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
Conversation
bot:ibm:retest |
@wzamazon Can you double check your list against https://github.com/open-mpi/ompi/projects/2? |
Aye, I'll cross compare |
also @jsquyres wzamazon is Wei, I'm wckzhang |
|
@jsquyres updated |
@wckzhang I made a few suggestions in a trailing commit on this PR. If you accept them, squash that commit into your commit. In making those suggestions, I found some other errors regarding the MPI standard major/minor version rendering, so I pre-pended some commits on this PR to fix that, too. No need to squash those -- just wanted to make you aware of why they're here. |
Signed-off-by: Jeff Squyres <[email protected]>
RST apparently does not render |foo|.|bar| properly. Specifically: the "foo" macro will render properly, but the "bar" macro will not. As such, split the MPI standard version into three macros so that we don't have to render MPI's major and minor versions in the pattern that RST will not render correctly. Also add a cross reference from MPI_Get_version.3 to the release notes where we talk about Open MPI's MPI conformance. Signed-off-by: Jeff Squyres <[email protected]>
Signed-off-by: William Zhang <[email protected]>
Squashed it, thanks Jeff |
Thanks @wckzhang. Can you cherry pick to v5.0.x? |
done - #11539 |
No description provided.