mirror of https://gitee.com/openkylin/openmpi.git
34 lines
788 B
Fortran
34 lines
788 B
Fortran
! -*- fortran -*-
|
|
! $HEADER$
|
|
!
|
|
! *** THIS FILE IS AUTOMATICALLY GENERATED!
|
|
! *** Any manual edits will be lost!
|
|
!
|
|
#include "ompi/mpi/fortran/configure-fortran-output.h"
|
|
|
|
module mpi_f08_ext
|
|
! Even though this is not a useful parameter (cannot be used as a
|
|
! preprocessor catch) define it to keep the linker from complaining
|
|
! during the build.
|
|
integer OMPI_HAVE_MPI_EXT
|
|
parameter (OMPI_HAVE_MPI_EXT=1)
|
|
!
|
|
!
|
|
! Enabled Extension: affinity
|
|
! No "use mpi_f08" bindings available
|
|
!
|
|
|
|
!
|
|
! Enabled Extension: cuda
|
|
! No "use mpi_f08" bindings available
|
|
!
|
|
|
|
!
|
|
! Enabled Extension: pcollreq
|
|
!
|
|
#include "./ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_mpifh.h"
|
|
#include "./ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h"
|
|
|
|
!
|
|
end module mpi_f08_ext
|