Skip to content

Commit

Permalink
docs: update cuda related docs to reflect
Browse files Browse the repository at this point in the history
to reflect commit 9580fd5

the commit was backported to v5.0.2 and later.

related to #12911

Signed-off-by: Howard Pritchard <[email protected]>
(cherry picked from commit 75e7cc0)
  • Loading branch information
hppritcha committed Dec 4, 2024
1 parent 563f3a8 commit 07d17b9
Showing 1 changed file with 6 additions and 3 deletions.
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

0 comments on commit 07d17b9

Please sign in to comment.