From e1983ff46a0898b148618418e7b76f4f26b9971d Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Mon, 29 Jun 2015 12:08:27 -0400 Subject: [PATCH] Add a macro to indicate CUDA-aware support --- ompi/mpiext/cuda/c/mpiext_cuda_c.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mpiext/cuda/c/mpiext_cuda_c.h b/ompi/mpiext/cuda/c/mpiext_cuda_c.h index dcbcf4ec1b..869dcc63e0 100644 --- a/ompi/mpiext/cuda/c/mpiext_cuda_c.h +++ b/ompi/mpiext/cuda/c/mpiext_cuda_c.h @@ -12,4 +12,5 @@ * */ +#define MPIX_CUDA_AWARE_SUPPORT 1 OMPI_DECLSPEC int MPIx_CUDA_SUPPORT(void);