File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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],
You can’t perform that action at this time.
0 commit comments