Skip to content
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

docs: update cuda related docs to reflect #12965

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/tuning-apps/networking/cuda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ be found, please also pass ``--with-cuda-libdir``. For example:
``--with-cuda=<path-to-cuda> --with-cuda-libdir=/usr/local/cuda/lib64/stubs``.

Open MPI supports building with CUDA libraries and running on systems
without CUDA libraries or hardware. In order to take advantage of
this functionality, when compiling, you have to specify the CUDA
dependent components to be built as DSOs using the
without CUDA libraries or hardware.

For releases v5.0.2 and newer no special steps are required to get this behavior.

In order to realize this behavior for the v5.0.0 and v5.0.1 releases,
when configuring Open MPI, you have to specify the CUDA dependent components to be built as DSOs using the
``--enable-mca-dso=<comma-delimited-list-of-cuda-components.``
configure option.

Expand Down
Loading