OpenMPI  0.1.1
mpiext_example_f90.h
1 ! -*- fortran -*-
2 !
3 ! Copyright (c) 2011 Oak Ridge National Labs. All rights reserved.
4 ! $COPYRIGHT$
5 !
6 ! Additional copyrights may follow
7 !
8 ! $HEADER$
9 !
10 
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.
13 
14 ! Include the parameters for this extension
15 
16 ! Included from config/ompi_ext.m4 into mpif90-ext.f90
17 ! include '../mpiext/example/mpiext_example_f77.h'
18 
19 interface OMPI_Progress
20  subroutine ompi_progress(count)
21  integer, intent(IN) :: count
22  end subroutine ompi_progress
23 end interface OMPI_Progress