1
1
openmpi/ompi/mpiext/example/mpif-h/mpiext_example_mpifh.h
Gilles Gouaillardet 4918fc4455 Revert "fortran/mpif-h: keep include path for extension short"
This reverts commit open-mpi/ompi@848a868f7b.

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
2018-12-06 15:39:59 +09: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)