-
Notifications
You must be signed in to change notification settings - Fork 932
v3.1: configury: revamp ucx detection #4397
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.1: configury: revamp ucx detection #4397
Conversation
|
Per #4383 (comment), I'm confused by the commit message in this PR. |
|
bot:ompi:retest |
|
@ggouaillardet, the 3.1 version of this patch doesn't apply; can you update? |
57fad01 to
ebdd7b9
Compare
|
The IBM CI (XL Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/d7a7bd6751e9792579ccb2da74a7e6c8 |
|
The IBM CI (GNU Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/9c1252e93f04093c0ed6a9b7e8e90b40 |
|
The IBM CI (PGI Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/f7361c959106e92123efef861529224f |
- 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]> (back-ported from commit open-mpi/ompi@af03f55)
ebdd7b9 to
76de6ca
Compare
|
can we either review or close this PR? It seems to be stuck in review required for many moons. |
jladd-mlnx
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.
👍
Refs. #4345
Signed-off-by: Gilles Gouaillardet [email protected]
(cherry picked from commit af03f55)