Skip to content

Commit 06dbcc1

Browse files
author
Rolf vandeVaart
committed
Merge pull request #708 from rolfv/pr/cuda-macro-fix-minor
Minor rewrite of text and comments
2 parents 8e16dda + 5ee2505 commit 06dbcc1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ompi/mpiext/cuda/README.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
$COPYRIGHT$
44

5-
Rolf Vandervart
5+
Rolf vandeVaart
66

77

8-
This extension provides a blah blah blah
8+
This extension provides a macro for compile time check of CUDA aware support.
9+
It also provides a function for runtime check of CUDA aware support.
910

10-
See MPIx_CUDA_SUPPORT(3) for more details.
11+
See MPIX_Query_cuda_support(3) for more details.

ompi/mpiext/cuda/configure.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# All rights reserved.
55
# Copyright (c) 2012-2015 Cisco Systems, Inc. All rights reserved.
66
# Copyright (c) 2015 Intel, Inc. All rights reserved.
7+
# Copyright (c) 2015 NVIDIA, Inc. All rights reserved.
78
# $COPYRIGHT$
89
#
910
# Additional copyrights may follow
@@ -19,7 +20,7 @@ AC_DEFUN([OMPI_MPIEXT_cuda_CONFIG],[
1920

2021
OPAL_VAR_SCOPE_PUSH([ompi_mpi_ext_cuda_happy])
2122

22-
# If we don't want FT, don't compile this extention
23+
# If we don't want CUDA, don't compile this extention
2324
AS_IF([test "$ENABLE_cuda" = "1" || \
2425
test "$ENABLE_EXT_ALL" = "1"],
2526
[ompi_mpi_ext_cuda_happy=1],

0 commit comments

Comments
 (0)