File tree 1 file changed +6
-3
lines changed
docs/tuning-apps/networking
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:
53
53
``--with-cuda=<path-to-cuda> --with-cuda-libdir=/usr/local/cuda/lib64/stubs ``.
54
54
55
55
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
59
62
``--enable-mca-dso=<comma-delimited-list-of-cuda-components. ``
60
63
configure option.
61
64
You can’t perform that action at this time.
0 commit comments