Skip to content

Commit fa194ea

Browse files
committed
docs: update cuda related docs to reflect
to reflect commit 9580fd5 the commit was backported to v5.0.2 and later. related to #12911 Signed-off-by: Howard Pritchard <[email protected]>
1 parent 7d20b86 commit fa194ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/tuning-apps/networking/cuda.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@ be found, please also pass ``--with-cuda-libdir``. For example:
5353
``--with-cuda=<path-to-cuda> --with-cuda-libdir=/usr/local/cuda/lib64/stubs``.
5454

5555
Open MPI supports building with CUDA libraries and running on systems
56-
without CUDA libraries or hardware. In order to take advantage of
57-
this functionality, when compiling, you have to specify the CUDA
58-
dependent components to be built as DSOs using the
56+
without CUDA libraries or hardware.
57+
58+
For releases 5.0.2 and newer no special steps are required to get this behavior.
59+
60+
In order to realize this functionality for the 5.0.0 and 5.0.1 releases,
61+
when configuring Open MPI, you have to specify the CUDA dependent components to be built as DSOs using the
5962
``--enable-mca-dso=<comma-delimited-list-of-cuda-components.``
6063
configure option.
6164

0 commit comments

Comments
 (0)