9
9
! Copyright (c) 2012 Inria. All rights reserved.
10
10
! Copyright (c) 2015-2017 Research Organization for Information Science
11
11
! and Technology (RIST). All rights reserved.
12
+ ! Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
12
13
! $COPYRIGHT$
13
14
!
14
15
! This file provides the interface specifications for the MPI Fortran
@@ -2101,7 +2102,7 @@ subroutine MPI_Type_set_name_f08(datatype,type_name,ierror)
2101
2102
end subroutine MPI_Type_set_name_f08
2102
2103
end interface MPI_Type_set_name
2103
2104
2104
- interface MPI_Win_allocate
2105
+ interface MPI_Win_allocate
2105
2106
subroutine MPI_Win_allocate_f08 (size , disp_unit , info , comm , &
2106
2107
baseptr , win , ierror )
2107
2108
USE , INTRINSIC :: ISO_C_BINDING, ONLY : C_PTR
@@ -2114,9 +2115,9 @@ subroutine MPI_Win_allocate_f08(size, disp_unit, info, comm, &
2114
2115
TYPE (MPI_Win), INTENT (OUT ) :: win
2115
2116
INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
2116
2117
end subroutine MPI_Win_allocate_f08
2117
- end interface MPI_Win_allocate
2118
+ end interface MPI_Win_allocate
2118
2119
2119
- interface MPI_Win_allocate_shared
2120
+ interface MPI_Win_allocate_shared
2120
2121
subroutine MPI_Win_allocate_shared_f08 (size , disp_unit , info , comm , &
2121
2122
baseptr , win , ierror )
2122
2123
USE , INTRINSIC :: ISO_C_BINDING, ONLY : C_PTR
@@ -2129,7 +2130,7 @@ subroutine MPI_Win_allocate_shared_f08(size, disp_unit, info, comm, &
2129
2130
TYPE (MPI_Win), INTENT (OUT ) :: win
2130
2131
INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
2131
2132
end subroutine MPI_Win_allocate_shared_f08
2132
- end interface MPI_Win_allocate_shared
2133
+ end interface MPI_Win_allocate_shared
2133
2134
2134
2135
interface MPI_Win_create_keyval
2135
2136
subroutine 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")
2465
2466
use , intrinsic :: ISO_C_BINDING
2466
2467
implicit none
2467
2468
DOUBLE PRECISION :: MPI_Wtick_f08
2468
- end function MPI_Wtick_f08
2469
+ end function MPI_Wtick_f08
2469
2470
end interface MPI_Wtick
2470
2471
2471
2472
! MPI_Wtime is not a wrapper function
@@ -2475,7 +2476,7 @@ function MPI_Wtime_f08( ) BIND(C,name="MPI_Wtime")
2475
2476
use , intrinsic :: ISO_C_BINDING
2476
2477
implicit none
2477
2478
DOUBLE PRECISION :: MPI_Wtime_f08
2478
- end function MPI_Wtime_f08
2479
+ end function MPI_Wtime_f08
2479
2480
end interface MPI_Wtime
2480
2481
2481
2482
interface MPI_Aint_add
@@ -2485,7 +2486,7 @@ function MPI_Aint_add_f08(base,diff)
2485
2486
INTEGER (MPI_ADDRESS_KIND) :: base
2486
2487
INTEGER (MPI_ADDRESS_KIND) :: diff
2487
2488
INTEGER (MPI_ADDRESS_KIND) :: MPI_Aint_add_f08
2488
- end function MPI_Aint_add_f08
2489
+ end function MPI_Aint_add_f08
2489
2490
end interface MPI_Aint_add
2490
2491
2491
2492
interface MPI_Aint_diff
@@ -2495,7 +2496,7 @@ function MPI_Aint_diff_f08(addr1,addr2)
2495
2496
INTEGER (MPI_ADDRESS_KIND) :: addr1
2496
2497
INTEGER (MPI_ADDRESS_KIND) :: addr2
2497
2498
INTEGER (MPI_ADDRESS_KIND) :: MPI_Aint_diff_f08
2498
- end function MPI_Aint_diff_f08
2499
+ end function MPI_Aint_diff_f08
2499
2500
end interface MPI_Aint_diff
2500
2501
2501
2502
interface MPI_Abort
@@ -3336,7 +3337,7 @@ subroutine MPI_Win_post_f08(group,assert,win,ierror)
3336
3337
end subroutine MPI_Win_post_f08
3337
3338
end interface MPI_Win_post
3338
3339
3339
- interface MPI_Win_shared_query
3340
+ interface MPI_Win_shared_query
3340
3341
subroutine MPI_Win_shared_query_f08 (win , rank , size , disp_unit , baseptr ,&
3341
3342
ierror )
3342
3343
USE , INTRINSIC :: ISO_C_BINDING, ONLY : C_PTR
@@ -3348,7 +3349,7 @@ subroutine MPI_Win_shared_query_f08(win, rank, size, disp_unit, baseptr,&
3348
3349
TYPE (C_PTR), INTENT (OUT ) :: baseptr
3349
3350
INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3350
3351
end subroutine MPI_Win_shared_query_f08
3351
- end interface
3352
+ end interface MPI_Win_shared_query
3352
3353
3353
3354
interface MPI_Win_start
3354
3355
subroutine MPI_Win_start_f08 (group ,assert ,win ,ierror )
0 commit comments