Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ompi/mpi/fortran/use-mpi-f08/mpi-f08.F90
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
! Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved.
! Copyright (c) 2009-2012 Los Alamos National Security, LLC.
! 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.
! $COPYRIGHT$
!
Expand All @@ -30,6 +30,7 @@ module mpi_f08
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 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
Expand Down