-
Notifications
You must be signed in to change notification settings - Fork 900
mpi/neighbor_allgatherv: fix copy&paste error and add helpers #3864
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
The IBM CI (GNU Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/7207417c89d8eb1d72808ee3680cfe6d |
Something missing. Checking.... |
The IBM CI (XL Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/fb0879fab8f87ce54af920375f5b8a60 |
This commit adds a helper function to get the inbound and outbound neighbor count and updates the neighbor_allgatherv bindings to use the correct count when checking the input parameters. Fixes open-mpi#2324 Signed-off-by: Nathan Hjelm <[email protected]> (cherry picked from commit 3c0e94a) Signed-off-by: Nathan Hjelm <[email protected]>
ab1f29a
to
0e38f14
Compare
bot:mellanox:retest |
2 similar comments
bot:mellanox:retest |
bot:mellanox:retest |
NOTE: |
@ggouaillardet Can you review this PR? Thanks. |
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.
@hppritcha Yes. We should also include 9b702fb. |
This commit removes the communicator topo helper functions in favor of functions in mca/topo/base. Signed-off-by: Nathan Hjelm <[email protected]> (cherry picked from commit 9b702fb) Signed-off-by: Nathan Hjelm <[email protected]>
@ggouaillardet Good now? |
This commit adds a helper function to get the inbound and outbound
neighbor count and updates the neighbor_allgatherv bindings to use the
correct count when checking the input parameters.
Fixes #2324
Signed-off-by: Nathan Hjelm [email protected]
(cherry picked from commit 3c0e94a)
Signed-off-by: Nathan Hjelm [email protected]