Skip to content

Commit de7b0c6

Browse files
authored
Merge pull request #3540 from ggouaillardet/topic/v2.0.x/mpi_f08_interfaces_callbacks
v2.0.x: f08: make procedure(MPI_User_function) type available from mpi_f08
2 parents 7a18858 + 4347b9d commit de7b0c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/mpi/fortran/use-mpi-f08/mpi-f08.F90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
! Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved.
1414
! Copyright (c) 2009-2012 Los Alamos National Security, LLC.
1515
! All rights reserved.
16-
! Copyright (c) 2016 Research Organization for Information Science
16+
! Copyright (c) 2016-2017 Research Organization for Information Science
1717
! and Technology (RIST). All rights reserved.
1818
! $COPYRIGHT$
1919
!
@@ -30,6 +30,7 @@ module mpi_f08
3030
use mpi_f08_interfaces ! this module contains the mpi_f08 interface declarations
3131
use pmpi_f08_interfaces ! this module contains the pmpi_f08 interface declarations
3232
use mpi_f08_callbacks ! this module contains the mpi_f08 attribute callback subroutines
33+
use mpi_f08_interfaces_callbacks ! this module contains the mpi_f08 callback interfaces
3334

3435
!
3536
! Declaration of the interfaces to the ompi impl files

0 commit comments

Comments
 (0)