1
1

Merge pull request #3411 from ggouaillardet/topic/mpi_f08_interfaces_callbacks

f08: make procedure(MPI_User_function) type available from mpi_f08
Этот коммит содержится в:
Gilles Gouaillardet 2017-05-17 09:02:27 +09:00 коммит произвёл GitHub
родитель 23325c31d3 96b00b0fcf
Коммит 384387bb53

Просмотреть файл

@ -13,7 +13,7 @@
! Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved. ! Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved.
! Copyright (c) 2009-2012 Los Alamos National Security, LLC. ! Copyright (c) 2009-2012 Los Alamos National Security, LLC.
! All rights reserved. ! All rights reserved.
! Copyright (c) 2016 Research Organization for Information Science ! Copyright (c) 2016-2017 Research Organization for Information Science
! and Technology (RIST). All rights reserved. ! and Technology (RIST). All rights reserved.
! $COPYRIGHT$ ! $COPYRIGHT$
! !
@ -30,6 +30,7 @@ module mpi_f08
use mpi_f08_interfaces ! this module contains the mpi_f08 interface declarations use mpi_f08_interfaces ! this module contains the mpi_f08 interface declarations
use pmpi_f08_interfaces ! this module contains the pmpi_f08 interface declarations use pmpi_f08_interfaces ! this module contains the pmpi_f08 interface declarations
use mpi_f08_callbacks ! this module contains the mpi_f08 attribute callback subroutines use mpi_f08_callbacks ! this module contains the mpi_f08 attribute callback subroutines
use mpi_f08_interfaces_callbacks ! this module contains the mpi_f08 callback interfaces
! !
! Declaration of the interfaces to the ompi impl files ! Declaration of the interfaces to the ompi impl files