table of contents
other versions
- bullseye 4.1.0-10
- testing 4.1.4-3
- unstable 4.1.4-3
- experimental 4.1.5-1
MPIx_CUDA_SUPPORT(3) | Open MPI | MPIx_CUDA_SUPPORT(3) |
NAME¶
MPIX_Query_cuda_support - Returns 1 if there is CUDA aware support and 0 if there is not.
SYNTAX¶
C Syntax¶
#include <mpi.h> #include <mpi-ext.h> int MPIX_Query_cuda_support(void)
Fortran Syntax¶
There is no Fortran binding for this function.
C++ Syntax¶
There is no C++ binding for this function.
DESCRIPTION¶
Examples¶
See Also¶
December 18, 2020 | 4.1.0 |