File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
docs/tuning-apps/networking Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
5555Open 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. ``
6063configure option.
6164
You can’t perform that action at this time.
0 commit comments