Skip to content

Commit 27a2ed8

Browse files
committed
Fix language in CUDA error
Removes a malapropism (passed should be past), and hopefully makes it a bit clearer. Signed-off-by: Simon Byrne <simonbyrne@gmail.com>
1 parent 0a21a58 commit 27a2ed8

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)