1
1
openmpi/ompi/mpiext/example/mpif-h/mpiext_example_mpifh.h
Ralph Castain 1e2019ce2a Revert "Update to sync with OMPI master and cleanup to build"
This reverts commit cb55c88a8b7817d5891ff06a447ea190b0e77479.
2016-11-22 15:03:20 -08:00

17 строки
448 B
Fortran

! -*- fortran -*-
!
! Copyright (c) 2010-2011 Oak Ridge National Labs. All rights reserved.
! Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
! $COPYRIGHT$
!
! Additional copyrights may follow
!
! $HEADER$
!
! Since the OMPI mpif.h interface does not prototype subroutines, do not
! declare any subroutines here. Only declare global constants/variables.
integer OMPI_EXAMPLE_GLOBAL
parameter (OMPI_EXAMPLE_GLOBAL = 42)