3 ! Copyright (c) 2011 Oak Ridge National Labs. All rights reserved.
6 ! Additional copyrights may follow
11 ! This whole file will be included in the mpif90_ext module
interface section, so
12 ! there's no need to declare that again here.
14 ! Include the parameters for this extension
16 ! Included from config/ompi_ext.m4 into mpif90-ext.f90
17 ! include '../mpiext/example/mpiext_example_f77.h'
19 interface OMPI_Progress
20 subroutine ompi_progress(count)
21 integer, intent(IN) :: count
22 end subroutine ompi_progress
23 end interface OMPI_Progress