/* * $HEADER$ */ #ifndef OMPI_MPI_EXT_H #define OMPI_MPI_EXT_H 1 #if defined(c_plusplus) || defined(__cplusplus) extern "C" { #endif #define OMPI_HAVE_MPI_EXT 1 /* Enabled Extension: cuda */ #define OMPI_HAVE_MPI_EXT_CUDA 1 #include "openmpi/ompi/mpiext/cuda/c/mpiext_cuda_c.h" /* Enabled Extension: affinity */ #define OMPI_HAVE_MPI_EXT_AFFINITY 1 #include "openmpi/ompi/mpiext/affinity/c/mpiext_affinity_c.h" #if defined(c_plusplus) || defined(__cplusplus) } #endif #endif /* OMPI_MPI_EXT_H */