root/ompi/mpiext/example/mpif-h/mpiext_example_mpifh.h

/* [<][>][^][v][top][bottom][index][help] */
   1 ! -*- fortran -*-
   2 !
   3 ! Copyright (c) 2010-2011 Oak Ridge National Labs.  All rights reserved.
   4 ! Copyright (c) 2012 Cisco Systems, Inc.  All rights reserved.
   5 ! $COPYRIGHT$
   6 !
   7 ! Additional copyrights may follow
   8 !
   9 ! $HEADER$
  10 !
  11 
  12 ! Since the OMPI mpif.h interface does not prototype subroutines, do not
  13 ! declare any subroutines here.  Only declare global constants/variables.
  14 
  15       integer OMPI_EXAMPLE_GLOBAL
  16       parameter (OMPI_EXAMPLE_GLOBAL = 42)

/* [<][>][^][v][top][bottom][index][help] */