diff --git a/ompi/mpiext/cuda/README.txt b/ompi/mpiext/cuda/README.txt index 59bee5f1e3..9042305369 100644 --- a/ompi/mpiext/cuda/README.txt +++ b/ompi/mpiext/cuda/README.txt @@ -2,9 +2,10 @@ $COPYRIGHT$ -Rolf Vandervart +Rolf vandeVaart -This extension provides a blah blah blah +This extension provides a macro for compile time check of CUDA aware support. +It also provides a function for runtime check of CUDA aware support. -See MPIx_CUDA_SUPPORT(3) for more details. +See MPIX_Query_cuda_support(3) for more details. diff --git a/ompi/mpiext/cuda/configure.m4 b/ompi/mpiext/cuda/configure.m4 index e146b44741..a0d9e8d236 100644 --- a/ompi/mpiext/cuda/configure.m4 +++ b/ompi/mpiext/cuda/configure.m4 @@ -4,6 +4,7 @@ # All rights reserved. # Copyright (c) 2012-2015 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2015 Intel, Inc. All rights reserved. +# Copyright (c) 2015 NVIDIA, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -19,7 +20,7 @@ AC_DEFUN([OMPI_MPIEXT_cuda_CONFIG],[ OPAL_VAR_SCOPE_PUSH([ompi_mpi_ext_cuda_happy]) - # If we don't want FT, don't compile this extention + # If we don't want CUDA, don't compile this extention AS_IF([test "$ENABLE_cuda" = "1" || \ test "$ENABLE_EXT_ALL" = "1"], [ompi_mpi_ext_cuda_happy=1],