From 27a2ed8cbad8b6f4d1623f4b42a96d6e3537ebbb Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Tue, 2 Jun 2020 13:11:04 -0700 Subject: [PATCH] Fix language in CUDA error Removes a malapropism (passed should be past), and hopefully makes it a bit clearer. Signed-off-by: Simon Byrne --- opal/mca/common/cuda/help-mpi-common-cuda.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opal/mca/common/cuda/help-mpi-common-cuda.txt b/opal/mca/common/cuda/help-mpi-common-cuda.txt index 0b306cac3e..e6f7913316 100644 --- a/opal/mca/common/cuda/help-mpi-common-cuda.txt +++ b/opal/mca/common/cuda/help-mpi-common-cuda.txt @@ -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.