Skip to content

Commit 232c47e

Browse files
authored
Merge pull request #12941 from hppritcha/fix_issue_12911
docs: update cuda related docs to reflect
2 parents c02bd8f + 75e7cc0 commit 232c47e

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 v5.0.2 and newer no special steps are required to get this behavior.
59+
60+
In order to realize this behavior for the v5.0.0 and v5.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)