1
1
Removes a malapropism (passed should be past), and hopefully makes it a bit clearer.

Signed-off-by: Simon Byrne <simonbyrne@gmail.com>
Этот коммит содержится в:
Simon Byrne 2020-06-02 13:11:04 -07:00
родитель 0a21a58f08
Коммит 27a2ed8cba

Просмотреть файл

@ -165,10 +165,10 @@ If you need CUDA support, reconfigure Open MPI with dynamic library support enab
The library attempted to open the following supporting CUDA libraries, The library attempted to open the following supporting CUDA libraries,
but each of them failed. CUDA-aware support is disabled. but each of them failed. CUDA-aware support is disabled.
%s %s
If you are not interested in CUDA-aware support, then run with If you do not require CUDA-aware support, then run with
--mca opal_warn_on_missing_libcuda 0 to suppress this message. If you are interested --mca opal_warn_on_missing_libcuda 0 to suppress this message. If you do
in CUDA-aware support, then try setting LD_LIBRARY_PATH to the location require CUDA-aware support, then try setting LD_LIBRARY_PATH to the location
of libcuda.so.1 to get passed this issue. of libcuda.so.1 to resolve this issue.
# #
[dlsym failed] [dlsym failed]
An error occurred while trying to map in the address of a function. An error occurred while trying to map in the address of a function.