-
Notifications
You must be signed in to change notification settings - Fork 900
Update docs to reflect change that configure script will automatically check for libcuda.so #12385
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
Update docs to reflect change that configure script will automatically check for libcuda.so #12385
Conversation
Hello! The Git Commit Checker CI bot found a few problems with this PR: 2007d34: Update docs to reflect change that configure scrip...
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
2007d34
to
983f457
Compare
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.
This generally looks good -- will you address the other issues from #12382 on this PR, or will you open a new PR for that?
46b4e88
to
92579a9
Compare
I will address them in this PR. Once this is merged I can cherry-pick it to v5.0.x. |
…y find libcuda.so Also, redirect the find output to /dev/null to avoid unnecessary output Signed-off-by: Nick Sarkauskas <[email protected]>
92579a9
to
d57ab5b
Compare
@@ -41,14 +41,16 @@ Open MPI offers two flavors of CUDA support: | |||
shell$ ./configure --prefix=/path/to/ucx-cuda-install --with-cuda=/usr/local/cuda --with-gdrcopy=/usr | |||
|
|||
# Configure Open MPI this way | |||
shell$ ./configure --with-cuda=/usr/local/cuda --with-cuda-libdir=/usr/local/cuda/lib64/stubs/ --with-ucx=/path/to/ucx-cuda-install <other configure params> | |||
shell$ ./configure --with-cuda=/usr/local/cuda --with-ucx=/path/to/ucx-cuda-install <other configure params> |
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.
Should this --with-cuda
example be something other than /usr/local/cuda
(because you'll search that directory by default)?
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 made a nit comment about the example (which I don't feel strongly about; I think it might be a little better to not use the default dir in the example, but I won't fight to have that changed 😄), but it's otherwise fine.
Follow-up for: #12382