Skip to content

Commit 895058c

Browse files
authored
Merge pull request #3405 from jsquyres/pr/v2.0.x/fix-fortran-aint-functions
v2.0.x: mpif-externals.h: add missing MPI_AINT_ADD/MPI_AINT_DIFF
2 parents 67a89c1 + 325b207 commit 895058c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ompi/include/mpif-externals.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
! University of Stuttgart. All rights reserved.
1111
! Copyright (c) 2004-2005 The Regents of the University of California.
1212
! All rights reserved.
13-
! Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
13+
! Copyright (c) 2006-2017 Cisco Systems, Inc. All rights reserved
1414
! $COPYRIGHT$
1515
!
1616
! Additional copyrights may follow
@@ -41,4 +41,8 @@
4141
!
4242
external MPI_WTIME, MPI_WTICK , PMPI_WTICK, PMPI_WTIME
4343
double precision MPI_WTIME, MPI_WTICK , PMPI_WTICK, PMPI_WTIME
44-
44+
!
45+
! address integer functions
46+
!
47+
external MPI_AINT_ADD, MPI_AINT_DIFF
48+
integer(kind=MPI_ADDRESS_KIND) MPI_AINT_ADD, MPI_AINT_DIFF

0 commit comments

Comments
 (0)