Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ompi/mpiext/cuda/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 2 additions & 1 deletion ompi/mpiext/cuda/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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],
Expand Down