99! Copyright (c) 2012 Inria. All rights reserved.
1010! Copyright (c) 2015 Research Organization for Information Science
1111! and Technology (RIST). All rights reserved.
12+ ! Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
1213! $COPYRIGHT$
1314!
1415! This file provides the interface specifications for the MPI Fortran
@@ -2101,7 +2102,7 @@ subroutine MPI_Type_set_name_f08(datatype,type_name,ierror)
21012102end subroutine MPI_Type_set_name_f08
21022103end interface MPI_Type_set_name
21032104
2104- interface MPI_Win_allocate
2105+ interface MPI_Win_allocate
21052106subroutine MPI_Win_allocate_f08 (size , disp_unit , info , comm , &
21062107 baseptr , win , ierror )
21072108 USE , INTRINSIC :: ISO_C_BINDING, ONLY : C_PTR
@@ -2114,9 +2115,9 @@ subroutine MPI_Win_allocate_f08(size, disp_unit, info, comm, &
21142115 TYPE (MPI_Win), INTENT (OUT ) :: win
21152116 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
21162117end subroutine MPI_Win_allocate_f08
2117- end interface MPI_Win_allocate
2118+ end interface MPI_Win_allocate
21182119
2119- interface MPI_Win_allocate_shared
2120+ interface MPI_Win_allocate_shared
21202121subroutine MPI_Win_allocate_shared_f08 (size , disp_unit , info , comm , &
21212122 baseptr , win , ierror )
21222123 USE , INTRINSIC :: ISO_C_BINDING, ONLY : C_PTR
@@ -2129,7 +2130,7 @@ subroutine MPI_Win_allocate_shared_f08(size, disp_unit, info, comm, &
21292130 TYPE (MPI_Win), INTENT (OUT ) :: win
21302131 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
21312132end subroutine MPI_Win_allocate_shared_f08
2132- end interface MPI_Win_allocate_shared
2133+ end interface MPI_Win_allocate_shared
21332134
21342135interface MPI_Win_create_keyval
21352136subroutine MPI_Win_create_keyval_f08 (win_copy_attr_fn ,win_delete_attr_fn ,win_keyval , &
@@ -2465,7 +2466,7 @@ function MPI_Wtick_f08( ) BIND(C,name="MPI_Wtick")
24652466 use , intrinsic :: ISO_C_BINDING
24662467 implicit none
24672468 DOUBLE PRECISION :: MPI_Wtick_f08
2468- end function MPI_Wtick_f08
2469+ end function MPI_Wtick_f08
24692470end interface MPI_Wtick
24702471
24712472! MPI_Wtime is not a wrapper function
@@ -2475,7 +2476,7 @@ function MPI_Wtime_f08( ) BIND(C,name="MPI_Wtime")
24752476 use , intrinsic :: ISO_C_BINDING
24762477 implicit none
24772478 DOUBLE PRECISION :: MPI_Wtime_f08
2478- end function MPI_Wtime_f08
2479+ end function MPI_Wtime_f08
24792480end interface MPI_Wtime
24802481
24812482interface MPI_Aint_add
@@ -2485,7 +2486,7 @@ function MPI_Aint_add_f08(base,diff)
24852486 INTEGER (MPI_ADDRESS_KIND) :: base
24862487 INTEGER (MPI_ADDRESS_KIND) :: diff
24872488 INTEGER (MPI_ADDRESS_KIND) :: MPI_Aint_add_f08
2488- end function MPI_Aint_add_f08
2489+ end function MPI_Aint_add_f08
24892490end interface MPI_Aint_add
24902491
24912492interface MPI_Aint_diff
@@ -2495,7 +2496,7 @@ function MPI_Aint_diff_f08(addr1,addr2)
24952496 INTEGER (MPI_ADDRESS_KIND) :: addr1
24962497 INTEGER (MPI_ADDRESS_KIND) :: addr2
24972498 INTEGER (MPI_ADDRESS_KIND) :: MPI_Aint_diff_f08
2498- end function MPI_Aint_diff_f08
2499+ end function MPI_Aint_diff_f08
24992500end interface MPI_Aint_diff
25002501
25012502interface MPI_Abort
@@ -3341,7 +3342,7 @@ subroutine MPI_Win_post_f08(group,assert,win,ierror)
33413342end subroutine MPI_Win_post_f08
33423343end interface MPI_Win_post
33433344
3344- interface MPI_Win_shared_query
3345+ interface MPI_Win_shared_query
33453346subroutine MPI_Win_shared_query_f08 (win , rank , size , disp_unit , baseptr ,&
33463347 ierror )
33473348 USE , INTRINSIC :: ISO_C_BINDING, ONLY : C_PTR
@@ -3353,7 +3354,7 @@ subroutine MPI_Win_shared_query_f08(win, rank, size, disp_unit, baseptr,&
33533354 TYPE (C_PTR), INTENT (OUT ) :: baseptr
33543355 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
33553356end subroutine MPI_Win_shared_query_f08
3356- end interface
3357+ end interface MPI_Win_shared_query
33573358
33583359interface MPI_Win_start
33593360subroutine MPI_Win_start_f08 (group ,assert ,win ,ierror )
0 commit comments