48 lines
1012 B
Fortran
48 lines
1012 B
Fortran
! -*- fortran -*-
|
|
! $HEADER$
|
|
!
|
|
! *** THIS FILE IS AUTOMATICALLY GENERATED!
|
|
! *** Any manual edits will be lost!
|
|
!
|
|
integer OMPI_HAVE_MPI_EXT
|
|
parameter (OMPI_HAVE_MPI_EXT=1)
|
|
!
|
|
!
|
|
! Enabled Extension: affinity
|
|
! No mpif.h bindings available
|
|
!
|
|
integer OMPI_HAVE_MPI_EXT_AFFINITY
|
|
parameter (OMPI_HAVE_MPI_EXT_AFFINITY=0)
|
|
|
|
!
|
|
! Enabled Extension: cuda
|
|
! No mpif.h bindings available
|
|
!
|
|
integer OMPI_HAVE_MPI_EXT_CUDA
|
|
parameter (OMPI_HAVE_MPI_EXT_CUDA=0)
|
|
|
|
!
|
|
! Enabled Extension: ftmpi
|
|
!
|
|
integer OMPI_HAVE_MPI_EXT_FTMPI
|
|
parameter (OMPI_HAVE_MPI_EXT_FTMPI=1)
|
|
|
|
include 'openmpi/mpiext/mpiext_ftmpi_mpifh.h'
|
|
|
|
!
|
|
! Enabled Extension: rocm
|
|
! No mpif.h bindings available
|
|
!
|
|
integer OMPI_HAVE_MPI_EXT_ROCM
|
|
parameter (OMPI_HAVE_MPI_EXT_ROCM=0)
|
|
|
|
!
|
|
! Enabled Extension: shortfloat
|
|
!
|
|
integer OMPI_HAVE_MPI_EXT_SHORTFLOAT
|
|
parameter (OMPI_HAVE_MPI_EXT_SHORTFLOAT=1)
|
|
|
|
include 'openmpi/mpiext/mpiext_shortfloat_mpifh.h'
|
|
|
|
!
|