File indexing completed on 2025-01-17 09:55:49
0001
0002
0003
0004
0005 #ifndef OMPI_MPI_EXT_H
0006 #define OMPI_MPI_EXT_H 1
0007
0008 #if defined(c_plusplus) || defined(__cplusplus)
0009 extern "C" {
0010 #endif
0011
0012 #define OMPI_HAVE_MPI_EXT 1
0013
0014
0015 #define OMPI_HAVE_MPI_EXT_AFFINITY 1
0016 #include "openmpi/mpiext/mpiext_affinity_c.h"
0017
0018
0019 #define OMPI_HAVE_MPI_EXT_CUDA 1
0020 #include "openmpi/mpiext/mpiext_cuda_c.h"
0021
0022
0023 #define OMPI_HAVE_MPI_EXT_FTMPI 1
0024 #include "openmpi/mpiext/mpiext_ftmpi_c.h"
0025
0026
0027 #define OMPI_HAVE_MPI_EXT_ROCM 1
0028 #include "openmpi/mpiext/mpiext_rocm_c.h"
0029
0030
0031 #define OMPI_HAVE_MPI_EXT_SHORTFLOAT 1
0032 #include "openmpi/mpiext/mpiext_shortfloat_c.h"
0033
0034
0035 #if defined(c_plusplus) || defined(__cplusplus)
0036 }
0037 #endif
0038
0039 #endif
0040