-
Notifications
You must be signed in to change notification settings - Fork 877
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
v3.0: configury: revamp ucx detection #4398
v3.0: configury: revamp ucx detection #4398
Conversation
- when --with-ucx=DIR is not set, try the default path and fallback to /opt/ucx - when --with-ucx-libdir is not set, try lib64 and then lib directories - do not handle --with-ucx-libdir (this is a user mistake, no need to over-complicate our logic) Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit open-mpi/ompi@af03f55)
hmmm, now its OS-X. |
Per #4383 (comment), I'm confused by the commit message on this PR. |
@ggouaillardet Can you please comment on why you are setting /opt/ucx as the fallback? |
The current version already fallback to |
@alinask the main idea of the original PR #3962 was the added UCX autodetection by default (and also for case when the UCX path was not defined when configure) on the specified paths:
@ggouaillardet meant that |
@jladd-mlnx please review. we hit this on 2.1.3 at LANL and its very annoying (issue #4345 I mean). I had to ask the sysadmin to do a hack LDFLAG workaround on the configure line. I'd like to patch 2.1.X with this patch if its accepted. |
@xinzhao3 please ask Josh to review this PR. |
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 good to go. |
Refs. #4345
Signed-off-by: Gilles Gouaillardet [email protected]
(cherry picked from commit af03f55)