-
Notifications
You must be signed in to change notification settings - Fork 934
OSHMEM/CONFIGURE: Check for the presence of ibv_exp_reg_shared_mr. #4343
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
OSHMEM/CONFIGURE: Check for the presence of ibv_exp_reg_shared_mr. #4343
Conversation
+ The sshmem verbs component will disqualify itself if this verb isn't present on the build host. + In case where support was requested but not found, don't stop the build - continue without this component. Signed-off-by: Alina Sklarevich <alinas@mellanox.com> (cherry picked from commit 3008827)
|
@yosefe @jladd-mlnx Please review |
|
Errr....I believe this PR violates OMPI's standards. If a user specifically requests something and it isn't found, then we require that you abort the build. |
|
@rhc54 Thanks, I will fix this. |
jsquyres
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.
In case where support was requested but not found, stop the build. Signed-off-by: Alina Sklarevich <alinas@mellanox.com> (cherry picked from commit c7f5d13)
jsquyres
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.
I can confirm that the previous abort-on-error behavior was restored.
|
@bwbarrett Can someone please merge this so that we can cover it in our nightly MTT. |
present on the build host.
build - continue without this component.
Signed-off-by: Alina Sklarevich alinas@mellanox.com
(cherry picked from commit 3008827)