Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit feeb1cb

Browse files
committed
Merge pull request #416 from rolfv/pr/update-README-cuda-ext
Update extensions section to include cuda
2 parents 66af9e6 + 71c472e commit feeb1cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,9 @@ Open MPI Extensions
709709
- cr: Provides routines to access to checkpoint restart routines.
710710
See ompi/mpiext/cr/mpiext_cr_c.h for a listing of availble
711711
functions.
712+
- cuda: When the library is compiled with CUDA-aware support, it provides
713+
two things. First, a macro MPIX_CUDA_AWARE_SUPPORT. Secondly, the
714+
function MPIX_Query_cuda_support that can be used to query for support.
712715
- example: A non-functional extension; its only purpose is to
713716
provide an example for how to create other extensions.
714717

0 commit comments

Comments
 (0)