-
Notifications
You must be signed in to change notification settings - Fork 931
man: Various manpage corrections #1038
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
MPI-2.2 added MPI_IN_PLACE support for MPI_Exscan.
These routines were added in MPI-2.2 but were missing in OMPI man pages.
Similar lines of other routines have no space.
(underscores instead of spaces)
`MPI_DIST_GRAPH` was added in MPI-2.2.
|
Test FAILed. |
2 similar comments
|
Test FAILed. |
|
Test FAILed. |
|
bot:label:documentation |
|
@kawashima-fj We only have the OMPI bot watching the ompi-release PRs, not the ompi (master) PRs. I found 1 super-minor nit (accidental removal of a const), but otherwise this looks great. |
|
what's going on with jenkins? |
|
@jsquyres I updated my PR branch for removed |
|
My PR branch was updated to resolve the conflict with Gilles' b17c89c by reverting my three commits. |
man: Various manpage corrections
|
@kawashima-fj Perfect -- thank you! Can you PR this to v2.x, as well? |
|
@kawashima-fj if some conflicts are not automatically resolved, you have to fix them manually with your favorite editor, and then and re-iterate until the rebase operation is fixed. |
|
@ggouaillardet Thanks for your information. I'll do it next time. |
btl/openib: update rdmacm for dynamic add_procs
Various manpage corrections.
This PR consists of 16 commits. Please read each commit message for each change.
I forgot to write a description in the commit message of 519ddd9.
I changed five things:
ompi/mpi/man/man3/MPI.3inoriginally had a big bug. The values ofMPI_ERR_ROOTand below are not equal to values defined inmpi.handmpif.h. In the manpage, bothMPI_ERR_REQUESTandMPI_ERR_ROOThad the value 7 and all error classes belowMPI_ERR_ROOThad -1 values.MPI_ERR_SYSRESOURCE.MPI_ERR_LASTCODEto matchmpi.h.I'll create a new PR for v2.x if this PR is accepted.
(with appropriate label and milestone)
During my code editing, I found that most
MPI_File_*manpages does not haveINCLUDE 'mpif.h->USE MPIchange done by Gilles recently. I'll convert them in another PR if anyone is aware.