Skip to content

Commit 4347b9d

Browse files
committed
f08: make procedure(MPI_User_function) type available from mpi_f08
Refs. #3409 Thanks Nathan T. Weeks for the report Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit 96b00b0)
1 parent a1b1855 commit 4347b9d

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)