From 71c472ebb37679159f60d7881573b23c1735893b Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Thu, 23 Jul 2015 15:38:44 -0400 Subject: [PATCH] Update extensions section to include cuda (cherry picked from commit ompi-mpi/ompi@d184f260adddf9fab307adc94f2c8e08853485cf) --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index a4253c4497..4707eaa186 100644 --- a/README +++ b/README @@ -709,6 +709,9 @@ Open MPI Extensions - cr: Provides routines to access to checkpoint restart routines. See ompi/mpiext/cr/mpiext_cr_c.h for a listing of availble functions. + - cuda: When the library is compiled with CUDA-aware support, it provides + two things. First, a macro MPIX_CUDA_AWARE_SUPPORT. Secondly, the + function MPIX_Query_cuda_support that can be used to query for support. - example: A non-functional extension; its only purpose is to provide an example for how to create other extensions.