33 lines
683 B
Fortran
33 lines
683 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: pcollreq
|
|
!
|
|
integer OMPI_HAVE_MPI_EXT_PCOLLREQ
|
|
parameter (OMPI_HAVE_MPI_EXT_PCOLLREQ=1)
|
|
|
|
include 'openmpi/mpiext/mpiext_pcollreq_mpifh.h'
|
|
|
|
!
|