Skip to content

Commit d03a99c

Browse files
authored
Merge pull request #7776 from simonbyrne/patch-1
Fix language in CUDA error
2 parents 692f96e + 27a2ed8 commit d03a99c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

opal/mca/common/cuda/help-mpi-common-cuda.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ If you need CUDA support, reconfigure Open MPI with dynamic library support enab
165165
The library attempted to open the following supporting CUDA libraries,
166166
but each of them failed. CUDA-aware support is disabled.
167167
%s
168-
If you are not interested in CUDA-aware support, then run with
169-
--mca opal_warn_on_missing_libcuda 0 to suppress this message. If you are interested
170-
in CUDA-aware support, then try setting LD_LIBRARY_PATH to the location
171-
of libcuda.so.1 to get passed this issue.
168+
If you do not require CUDA-aware support, then run with
169+
--mca opal_warn_on_missing_libcuda 0 to suppress this message. If you do
170+
require CUDA-aware support, then try setting LD_LIBRARY_PATH to the location
171+
of libcuda.so.1 to resolve this issue.
172172
#
173173
[dlsym failed]
174174
An error occurred while trying to map in the address of a function.

0 commit comments

Comments
 (0)