1
1
openmpi/ompi/mpiext/example/mpif-h/example_mpifh.h
Gilles Gouaillardet 848a868f7b fortran/mpif-h: keep include path for extension short
in order to cope with the 72 characters per line limit, move
openmpi/ompi/mpiext/FOO/mpif-h/mpiext_FOO_mpifh.h to
openmpi/ompi/mpiext/FOO_mpifh.h

Refs. open-mpi/ompi#6019

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