1
1

Update extensions section to include cuda

Этот коммит содержится в:
Rolf vandeVaart 2015-07-23 15:38:44 -04:00
родитель df800286e4
Коммит d184f260ad

3
README
Просмотреть файл

@ -711,6 +711,9 @@ Open MPI Extensions
- cr: Provides routines to access to checkpoint restart routines. - cr: Provides routines to access to checkpoint restart routines.
See ompi/mpiext/cr/mpiext_cr_c.h for a listing of availble See ompi/mpiext/cr/mpiext_cr_c.h for a listing of availble
functions. 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 - example: A non-functional extension; its only purpose is to
provide an example for how to create other extensions. provide an example for how to create other extensions.