-
Notifications
You must be signed in to change notification settings - Fork 931
Fix definition of MPI_T_pvar_get_index #658
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
|
@jsquyres MPI_T should be good after this. |
|
Test FAILed. |
1 similar comment
|
Test FAILed. |
|
Refer to this link for build results (access rights to CI server needed): Build Log |
8baab89 to
43f9723
Compare
|
Test FAILed. |
1 similar comment
|
Test FAILed. |
|
Refer to this link for build results (access rights to CI server needed): |
|
@hjelmn Need to add something to NEWS, because it breaks API and ABI. |
The definition of MPI_T_pvar_get_index was incorrect. This commit fixes the definition and adds a missing return code. Signed-off-by: Nathan Hjelm <hjelmn@me.com>
|
News fixed. |
Fix definition of MPI_T_pvar_get_index
|
Refer to this link for build results (access rights to CI server needed): |
orte/mca/rmaps: Improve orte_rmaps_dist_device help message
The definition of MPI_T_pvar_get_index was incorrect. This commit
fixes the definition and adds a missing return code.
Signed-off-by: Nathan Hjelm hjelmn@me.com