1
1

Merge pull request #708 from rolfv/pr/cuda-macro-fix-minor

Minor rewrite of text and comments
Этот коммит содержится в:
Rolf vandeVaart 2015-07-10 15:32:03 -04:00
родитель 8e16dda08e 5ee2505174
Коммит 06dbcc1b25
2 изменённых файлов: 6 добавлений и 4 удалений

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

@ -2,9 +2,10 @@
$COPYRIGHT$ $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.

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

@ -4,6 +4,7 @@
# All rights reserved. # All rights reserved.
# Copyright (c) 2012-2015 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2012-2015 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2015 Intel, Inc. All rights reserved. # Copyright (c) 2015 Intel, Inc. All rights reserved.
# Copyright (c) 2015 NVIDIA, Inc. All rights reserved.
# $COPYRIGHT$ # $COPYRIGHT$
# #
# Additional copyrights may follow # Additional copyrights may follow
@ -19,7 +20,7 @@ AC_DEFUN([OMPI_MPIEXT_cuda_CONFIG],[
OPAL_VAR_SCOPE_PUSH([ompi_mpi_ext_cuda_happy]) 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" || \ AS_IF([test "$ENABLE_cuda" = "1" || \
test "$ENABLE_EXT_ALL" = "1"], test "$ENABLE_EXT_ALL" = "1"],
[ompi_mpi_ext_cuda_happy=1], [ompi_mpi_ext_cuda_happy=1],