@@ -3253,7 +3253,7 @@ end subroutine MPI_Unpublish_name_f08
32533253end interface MPI_Unpublish_name
32543254
32553255interface MPI_Accumulate
3256- subroutine MPI_Accumulate_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3256+ subroutine MPI_Accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
32573257 target_disp ,target_count ,target_datatype ,op ,win ,ierror )
32583258 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Win , MPI_ADDRESS_KIND
32593259 implicit none
@@ -3266,11 +3266,11 @@ subroutine MPI_Accumulate_f08(origin_addr,origin_count,origin_datatype,target_ra
32663266 TYPE (MPI_Op ), INTENT (IN ) :: op
32673267 TYPE (MPI_Win ), INTENT (IN ) :: win
32683268 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3269- end subroutine MPI_Accumulate_f08
3269+ end subroutine MPI_Accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
32703270end interface MPI_Accumulate
32713271
32723272interface MPI_Raccumulate
3273- subroutine MPI_Raccumulate_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3273+ subroutine MPI_Raccumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
32743274 target_disp ,target_count ,target_datatype ,op ,win ,request , &
32753275 ierror )
32763276 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Win , MPI_Request , MPI_ADDRESS_KIND
@@ -3285,12 +3285,12 @@ subroutine MPI_Raccumulate_f08(origin_addr,origin_count,origin_datatype,target_r
32853285 TYPE (MPI_Win ), INTENT (IN ) :: win
32863286 TYPE (MPI_Request ), INTENT (OUT ) :: request
32873287 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3288- end subroutine MPI_Raccumulate_f08
3288+ end subroutine MPI_Raccumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
32893289end interface MPI_Raccumulate
32903290
32913291interface MPI_Get
3292- subroutine MPI_Get_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3293- target_disp ,target_count ,target_datatype ,win ,ierror )
3292+ subroutine MPI_Get_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3293+ target_disp ,target_count ,target_datatype ,win ,ierror )
32943294 use :: mpi_f08_types , only : MPI_Datatype , MPI_Win , MPI_ADDRESS_KIND
32953295 implicit none
32963296 @OMPI_F08_IGNORE_TKR_PREDECL @ origin_addr
@@ -3301,11 +3301,11 @@ subroutine MPI_Get_f08(origin_addr,origin_count,origin_datatype,target_rank, &
33013301 TYPE (MPI_Datatype ), INTENT (IN ) :: target_datatype
33023302 TYPE (MPI_Win ), INTENT (IN ) :: win
33033303 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3304- end subroutine MPI_Get_f08
3304+ end subroutine MPI_Get_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33053305end interface MPI_Get
33063306
33073307interface MPI_Rget
3308- subroutine MPI_Rget_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3308+ subroutine MPI_Rget_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
33093309 target_disp ,target_count ,target_datatype ,win ,request ,ierror )
33103310 use :: mpi_f08_types , only : MPI_Datatype , MPI_Request , MPI_Win , MPI_ADDRESS_KIND
33113311 implicit none
@@ -3318,11 +3318,11 @@ subroutine MPI_Rget_f08(origin_addr,origin_count,origin_datatype,target_rank, &
33183318 TYPE (MPI_Win ), INTENT (IN ) :: win
33193319 TYPE (MPI_Request ), INTENT (OUT ) :: request
33203320 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3321- end subroutine MPI_Rget_f08
3321+ end subroutine MPI_Rget_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33223322end interface MPI_Rget
33233323
33243324interface MPI_Get_accumulate
3325- subroutine MPI_Get_accumulate_f08 (origin_addr ,origin_count ,origin_datatype ,result_addr , &
3325+ subroutine MPI_Get_accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,result_addr , &
33263326 result_count ,result_datatype ,target_rank ,target_disp , &
33273327 target_count ,target_datatype ,op ,win ,ierror )
33283328 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Win , MPI_ADDRESS_KIND
@@ -3338,11 +3338,11 @@ subroutine MPI_Get_accumulate_f08(origin_addr,origin_count,origin_datatype,resul
33383338 TYPE (MPI_Op ), INTENT (IN ) :: op
33393339 TYPE (MPI_Win ), INTENT (IN ) :: win
33403340 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3341- end subroutine MPI_Get_accumulate_f08
3341+ end subroutine MPI_Get_accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33423342end interface MPI_Get_accumulate
33433343
33443344interface MPI_Rget_accumulate
3345- subroutine MPI_Rget_accumulate_f08 (origin_addr ,origin_count ,origin_datatype ,result_addr , &
3345+ subroutine MPI_Rget_accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,result_addr , &
33463346 result_count ,result_datatype ,target_rank ,target_disp , &
33473347 target_count ,target_datatype ,op ,win ,request ,ierror )
33483348 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Request , MPI_Win , MPI_ADDRESS_KIND
@@ -3359,12 +3359,12 @@ subroutine MPI_Rget_accumulate_f08(origin_addr,origin_count,origin_datatype,resu
33593359 TYPE (MPI_Win ), INTENT (IN ) :: win
33603360 TYPE (MPI_Request ), INTENT (OUT ) :: request
33613361 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3362- end subroutine MPI_Rget_accumulate_f08
3362+ end subroutine MPI_Rget_accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33633363end interface MPI_Rget_accumulate
33643364
33653365interface MPI_Put
3366- subroutine MPI_Put_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3367- target_disp ,target_count ,target_datatype ,win ,ierror )
3366+ subroutine MPI_Put_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3367+ target_disp ,target_count ,target_datatype ,win ,ierror )
33683368 use :: mpi_f08_types , only : MPI_Datatype , MPI_Win , MPI_ADDRESS_KIND
33693369 implicit none
33703370 @OMPI_F08_IGNORE_TKR_PREDECL @ origin_addr
@@ -3375,11 +3375,11 @@ subroutine MPI_Put_f08(origin_addr,origin_count,origin_datatype,target_rank, &
33753375 TYPE (MPI_Datatype ), INTENT (IN ) :: target_datatype
33763376 TYPE (MPI_Win ), INTENT (IN ) :: win
33773377 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3378- end subroutine MPI_Put_f08
3378+ end subroutine MPI_Put_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33793379end interface MPI_Put
33803380
33813381interface MPI_Rput
3382- subroutine MPI_Rput_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3382+ subroutine MPI_Rput_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
33833383 target_disp ,target_count ,target_datatype ,win ,request ,ierror )
33843384 use :: mpi_f08_types , only : MPI_Datatype , MPI_Win , MPI_Request , MPI_ADDRESS_KIND
33853385 implicit none
@@ -3392,11 +3392,11 @@ subroutine MPI_Rput_f08(origin_addr,origin_count,origin_datatype,target_rank, &
33923392 TYPE (MPI_Win ), INTENT (IN ) :: win
33933393 TYPE (MPI_Request ), INTENT (OUT ) :: request
33943394 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3395- end subroutine MPI_Rput_f08
3395+ end subroutine MPI_Rput_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33963396end interface MPI_Rput
33973397
33983398interface MPI_Fetch_and_op
3399- subroutine MPI_Fetch_and_op_f08 (origin_addr ,result_addr ,datatype ,target_rank , &
3399+ subroutine MPI_Fetch_and_op_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,result_addr ,datatype ,target_rank , &
34003400 target_disp ,op ,win ,ierror )
34013401 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Win , MPI_ADDRESS_KIND
34023402 implicit none
@@ -3409,11 +3409,11 @@ subroutine MPI_Fetch_and_op_f08(origin_addr,result_addr,datatype,target_rank, &
34093409 TYPE (MPI_Op ), INTENT (IN ) :: op
34103410 TYPE (MPI_Win ), INTENT (IN ) :: win
34113411 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3412- end subroutine MPI_Fetch_and_op_f08
3412+ end subroutine MPI_Fetch_and_op_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34133413end interface MPI_Fetch_and_op
34143414
34153415interface MPI_Compare_and_swap
3416- subroutine MPI_Compare_and_swap_f08 (origin_addr ,compare_addr ,result_addr ,datatype , &
3416+ subroutine MPI_Compare_and_swap_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,compare_addr ,result_addr ,datatype , &
34173417 target_rank ,target_disp ,win ,ierror )
34183418 use :: mpi_f08_types , only : MPI_Datatype , MPI_Win , MPI_ADDRESS_KIND
34193419 implicit none
@@ -3425,7 +3425,7 @@ subroutine MPI_Compare_and_swap_f08(origin_addr,compare_addr,result_addr,datatyp
34253425 INTEGER (MPI_ADDRESS_KIND ), INTENT (IN ) :: target_disp
34263426 TYPE (MPI_Win ), INTENT (IN ) :: win
34273427 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3428- end subroutine MPI_Compare_and_swap_f08
3428+ end subroutine MPI_Compare_and_swap_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34293429end interface MPI_Compare_and_swap
34303430
34313431interface MPI_Win_complete
@@ -3438,7 +3438,7 @@ end subroutine MPI_Win_complete_f08
34383438end interface MPI_Win_complete
34393439
34403440interface MPI_Win_create
3441- subroutine MPI_Win_create_f08 (base ,size ,disp_unit ,info ,comm ,win ,ierror )
3441+ subroutine MPI_Win_create_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (base ,size ,disp_unit ,info ,comm ,win ,ierror )
34423442 use :: mpi_f08_types , only : MPI_Info , MPI_Comm , MPI_Win , MPI_ADDRESS_KIND
34433443 implicit none
34443444 @OMPI_F08_IGNORE_TKR_PREDECL @ base
@@ -3449,7 +3449,7 @@ subroutine MPI_Win_create_f08(base,size,disp_unit,info,comm,win,ierror)
34493449 TYPE (MPI_Comm ), INTENT (IN ) :: comm
34503450 TYPE (MPI_Win ), INTENT (OUT ) :: win
34513451 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3452- end subroutine MPI_Win_create_f08
3452+ end subroutine MPI_Win_create_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34533453end interface MPI_Win_create
34543454
34553455interface MPI_Win_create_dynamic
@@ -3464,26 +3464,26 @@ end subroutine MPI_Win_create_dynamic_f08
34643464end interface MPI_Win_create_dynamic
34653465
34663466interface MPI_Win_attach
3467- subroutine MPI_Win_attach_f08 (win ,base ,size ,ierror )
3467+ subroutine MPI_Win_attach_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (win ,base ,size ,ierror )
34683468 use :: mpi_f08_types , only : MPI_Win , MPI_ADDRESS_KIND
34693469 implicit none
34703470 @OMPI_F08_IGNORE_TKR_PREDECL @ base
34713471 @OMPI_F08_IGNORE_TKR_TYPE @ OMPI_ASYNCHRONOUS :: base
34723472 INTEGER (MPI_ADDRESS_KIND ), INTENT (IN ) :: size
34733473 TYPE (MPI_Win ), INTENT (IN ) :: win
34743474 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3475- end subroutine MPI_Win_attach_f08
3475+ end subroutine MPI_Win_attach_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34763476end interface MPI_Win_attach
34773477
34783478interface MPI_Win_detach
3479- subroutine MPI_Win_detach_f08 (win ,base ,ierror )
3479+ subroutine MPI_Win_detach_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (win ,base ,ierror )
34803480 use :: mpi_f08_types , only : MPI_Win , MPI_ADDRESS_KIND
34813481 implicit none
34823482 @OMPI_F08_IGNORE_TKR_PREDECL @ base
34833483 @OMPI_F08_IGNORE_TKR_TYPE @ OMPI_ASYNCHRONOUS :: base
34843484 TYPE (MPI_Win ), INTENT (IN ) :: win
34853485 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3486- end subroutine MPI_Win_detach_f08
3486+ end subroutine MPI_Win_detach_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34873487end interface MPI_Win_detach
34883488
34893489interface MPI_Win_fence
0 commit comments