1
1

Merge pull request #7776 from simonbyrne/patch-1

Fix language in CUDA error
Этот коммит содержится в:
Austen Lauria 2020-06-18 09:49:50 -04:00 коммит произвёл GitHub
родитель 692f96e87a 27a2ed8cba
Коммит d03a99c647
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -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,
but each of them failed. CUDA-aware support is disabled.
%s
If you are not interested in CUDA-aware support, then run with
--mca opal_warn_on_missing_libcuda 0 to suppress this message. If you are interested
in CUDA-aware support, then try setting LD_LIBRARY_PATH to the location
of libcuda.so.1 to get passed this issue.
If you do not require CUDA-aware support, then run with
--mca opal_warn_on_missing_libcuda 0 to suppress this message. If you do
require CUDA-aware support, then try setting LD_LIBRARY_PATH to the location
of libcuda.so.1 to resolve this issue.
#
[dlsym failed]
An error occurred while trying to map in the address of a function.