From 5ee2505174106aca6d1d746c4c7dd242431a18ff Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Fri, 10 Jul 2015 13:50:06 -0400 Subject: [PATCH] Minor rewrite of text and comments --- ompi/mpiext/cuda/README.txt | 7 ++++--- ompi/mpiext/cuda/configure.m4 | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ompi/mpiext/cuda/README.txt b/ompi/mpiext/cuda/README.txt index 59bee5f1e32..9042305369c 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 e146b447418..a0d9e8d2369 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],