@@ -3305,7 +3305,7 @@ end subroutine MPI_Unpublish_name_f08
33053305end interface MPI_Unpublish_name
33063306
33073307interface MPI_Accumulate
3308- subroutine MPI_Accumulate_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3308+ subroutine MPI_Accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
33093309 target_disp ,target_count ,target_datatype ,op ,win ,ierror )
33103310 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Win , MPI_ADDRESS_KIND
33113311 implicit none
@@ -3318,11 +3318,11 @@ subroutine MPI_Accumulate_f08(origin_addr,origin_count,origin_datatype,target_ra
33183318 TYPE (MPI_Op ), INTENT (IN ) :: op
33193319 TYPE (MPI_Win ), INTENT (IN ) :: win
33203320 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3321- end subroutine MPI_Accumulate_f08
3321+ end subroutine MPI_Accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33223322end interface MPI_Accumulate
33233323
33243324interface MPI_Raccumulate
3325- subroutine MPI_Raccumulate_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3325+ subroutine MPI_Raccumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
33263326 target_disp ,target_count ,target_datatype ,op ,win ,request , &
33273327 ierror )
33283328 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Win , MPI_Request , MPI_ADDRESS_KIND
@@ -3337,12 +3337,12 @@ subroutine MPI_Raccumulate_f08(origin_addr,origin_count,origin_datatype,target_r
33373337 TYPE (MPI_Win ), INTENT (IN ) :: win
33383338 TYPE (MPI_Request ), INTENT (OUT ) :: request
33393339 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3340- end subroutine MPI_Raccumulate_f08
3340+ end subroutine MPI_Raccumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33413341end interface MPI_Raccumulate
33423342
33433343interface MPI_Get
3344- subroutine MPI_Get_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3345- target_disp ,target_count ,target_datatype ,win ,ierror )
3344+ subroutine MPI_Get_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3345+ target_disp ,target_count ,target_datatype ,win ,ierror )
33463346 use :: mpi_f08_types , only : MPI_Datatype , MPI_Win , MPI_ADDRESS_KIND
33473347 implicit none
33483348 @OMPI_F08_IGNORE_TKR_PREDECL @ origin_addr
@@ -3353,11 +3353,11 @@ subroutine MPI_Get_f08(origin_addr,origin_count,origin_datatype,target_rank, &
33533353 TYPE (MPI_Datatype ), INTENT (IN ) :: target_datatype
33543354 TYPE (MPI_Win ), INTENT (IN ) :: win
33553355 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3356- end subroutine MPI_Get_f08
3356+ end subroutine MPI_Get_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33573357end interface MPI_Get
33583358
33593359interface MPI_Rget
3360- subroutine MPI_Rget_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3360+ subroutine MPI_Rget_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
33613361 target_disp ,target_count ,target_datatype ,win ,request ,ierror )
33623362 use :: mpi_f08_types , only : MPI_Datatype , MPI_Request , MPI_Win , MPI_ADDRESS_KIND
33633363 implicit none
@@ -3370,11 +3370,11 @@ subroutine MPI_Rget_f08(origin_addr,origin_count,origin_datatype,target_rank, &
33703370 TYPE (MPI_Win ), INTENT (IN ) :: win
33713371 TYPE (MPI_Request ), INTENT (OUT ) :: request
33723372 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3373- end subroutine MPI_Rget_f08
3373+ end subroutine MPI_Rget_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33743374end interface MPI_Rget
33753375
33763376interface MPI_Get_accumulate
3377- subroutine MPI_Get_accumulate_f08 (origin_addr ,origin_count ,origin_datatype ,result_addr , &
3377+ subroutine MPI_Get_accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,result_addr , &
33783378 result_count ,result_datatype ,target_rank ,target_disp , &
33793379 target_count ,target_datatype ,op ,win ,ierror )
33803380 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Win , MPI_ADDRESS_KIND
@@ -3390,11 +3390,11 @@ subroutine MPI_Get_accumulate_f08(origin_addr,origin_count,origin_datatype,resul
33903390 TYPE (MPI_Op ), INTENT (IN ) :: op
33913391 TYPE (MPI_Win ), INTENT (IN ) :: win
33923392 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3393- end subroutine MPI_Get_accumulate_f08
3393+ end subroutine MPI_Get_accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
33943394end interface MPI_Get_accumulate
33953395
33963396interface MPI_Rget_accumulate
3397- subroutine MPI_Rget_accumulate_f08 (origin_addr ,origin_count ,origin_datatype ,result_addr , &
3397+ subroutine MPI_Rget_accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,result_addr , &
33983398 result_count ,result_datatype ,target_rank ,target_disp , &
33993399 target_count ,target_datatype ,op ,win ,request ,ierror )
34003400 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Request , MPI_Win , MPI_ADDRESS_KIND
@@ -3411,12 +3411,12 @@ subroutine MPI_Rget_accumulate_f08(origin_addr,origin_count,origin_datatype,resu
34113411 TYPE (MPI_Win ), INTENT (IN ) :: win
34123412 TYPE (MPI_Request ), INTENT (OUT ) :: request
34133413 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3414- end subroutine MPI_Rget_accumulate_f08
3414+ end subroutine MPI_Rget_accumulate_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34153415end interface MPI_Rget_accumulate
34163416
34173417interface MPI_Put
3418- subroutine MPI_Put_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3419- target_disp ,target_count ,target_datatype ,win ,ierror )
3418+ subroutine MPI_Put_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3419+ target_disp ,target_count ,target_datatype ,win ,ierror )
34203420 use :: mpi_f08_types , only : MPI_Datatype , MPI_Win , MPI_ADDRESS_KIND
34213421 implicit none
34223422 @OMPI_F08_IGNORE_TKR_PREDECL @ origin_addr
@@ -3427,11 +3427,11 @@ subroutine MPI_Put_f08(origin_addr,origin_count,origin_datatype,target_rank, &
34273427 TYPE (MPI_Datatype ), INTENT (IN ) :: target_datatype
34283428 TYPE (MPI_Win ), INTENT (IN ) :: win
34293429 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3430- end subroutine MPI_Put_f08
3430+ end subroutine MPI_Put_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34313431end interface MPI_Put
34323432
34333433interface MPI_Rput
3434- subroutine MPI_Rput_f08 (origin_addr ,origin_count ,origin_datatype ,target_rank , &
3434+ subroutine MPI_Rput_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,origin_count ,origin_datatype ,target_rank , &
34353435 target_disp ,target_count ,target_datatype ,win ,request ,ierror )
34363436 use :: mpi_f08_types , only : MPI_Datatype , MPI_Win , MPI_Request , MPI_ADDRESS_KIND
34373437 implicit none
@@ -3444,11 +3444,11 @@ subroutine MPI_Rput_f08(origin_addr,origin_count,origin_datatype,target_rank, &
34443444 TYPE (MPI_Win ), INTENT (IN ) :: win
34453445 TYPE (MPI_Request ), INTENT (OUT ) :: request
34463446 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3447- end subroutine MPI_Rput_f08
3447+ end subroutine MPI_Rput_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34483448end interface MPI_Rput
34493449
34503450interface MPI_Fetch_and_op
3451- subroutine MPI_Fetch_and_op_f08 (origin_addr ,result_addr ,datatype ,target_rank , &
3451+ subroutine MPI_Fetch_and_op_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,result_addr ,datatype ,target_rank , &
34523452 target_disp ,op ,win ,ierror )
34533453 use :: mpi_f08_types , only : MPI_Datatype , MPI_Op , MPI_Win , MPI_ADDRESS_KIND
34543454 implicit none
@@ -3461,11 +3461,11 @@ subroutine MPI_Fetch_and_op_f08(origin_addr,result_addr,datatype,target_rank, &
34613461 TYPE (MPI_Op ), INTENT (IN ) :: op
34623462 TYPE (MPI_Win ), INTENT (IN ) :: win
34633463 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3464- end subroutine MPI_Fetch_and_op_f08
3464+ end subroutine MPI_Fetch_and_op_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34653465end interface MPI_Fetch_and_op
34663466
34673467interface MPI_Compare_and_swap
3468- subroutine MPI_Compare_and_swap_f08 (origin_addr ,compare_addr ,result_addr ,datatype , &
3468+ subroutine MPI_Compare_and_swap_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (origin_addr ,compare_addr ,result_addr ,datatype , &
34693469 target_rank ,target_disp ,win ,ierror )
34703470 use :: mpi_f08_types , only : MPI_Datatype , MPI_Win , MPI_ADDRESS_KIND
34713471 implicit none
@@ -3477,7 +3477,7 @@ subroutine MPI_Compare_and_swap_f08(origin_addr,compare_addr,result_addr,datatyp
34773477 INTEGER (MPI_ADDRESS_KIND ), INTENT (IN ) :: target_disp
34783478 TYPE (MPI_Win ), INTENT (IN ) :: win
34793479 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3480- end subroutine MPI_Compare_and_swap_f08
3480+ end subroutine MPI_Compare_and_swap_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
34813481end interface MPI_Compare_and_swap
34823482
34833483interface MPI_Win_complete
@@ -3490,7 +3490,7 @@ end subroutine MPI_Win_complete_f08
34903490end interface MPI_Win_complete
34913491
34923492interface MPI_Win_create
3493- subroutine MPI_Win_create_f08 (base ,size ,disp_unit ,info ,comm ,win ,ierror )
3493+ subroutine MPI_Win_create_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (base ,size ,disp_unit ,info ,comm ,win ,ierror )
34943494 use :: mpi_f08_types , only : MPI_Info , MPI_Comm , MPI_Win , MPI_ADDRESS_KIND
34953495 implicit none
34963496 @OMPI_F08_IGNORE_TKR_PREDECL @ base
@@ -3501,7 +3501,7 @@ subroutine MPI_Win_create_f08(base,size,disp_unit,info,comm,win,ierror)
35013501 TYPE (MPI_Comm ), INTENT (IN ) :: comm
35023502 TYPE (MPI_Win ), INTENT (OUT ) :: win
35033503 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3504- end subroutine MPI_Win_create_f08
3504+ end subroutine MPI_Win_create_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
35053505end interface MPI_Win_create
35063506
35073507interface MPI_Win_create_dynamic
@@ -3516,26 +3516,26 @@ end subroutine MPI_Win_create_dynamic_f08
35163516end interface MPI_Win_create_dynamic
35173517
35183518interface MPI_Win_attach
3519- subroutine MPI_Win_attach_f08 (win ,base ,size ,ierror )
3519+ subroutine MPI_Win_attach_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (win ,base ,size ,ierror )
35203520 use :: mpi_f08_types , only : MPI_Win , MPI_ADDRESS_KIND
35213521 implicit none
35223522 @OMPI_F08_IGNORE_TKR_PREDECL @ base
35233523 @OMPI_F08_IGNORE_TKR_TYPE @ OMPI_ASYNCHRONOUS :: base
35243524 INTEGER (MPI_ADDRESS_KIND ), INTENT (IN ) :: size
35253525 TYPE (MPI_Win ), INTENT (IN ) :: win
35263526 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3527- end subroutine MPI_Win_attach_f08
3527+ end subroutine MPI_Win_attach_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
35283528end interface MPI_Win_attach
35293529
35303530interface MPI_Win_detach
3531- subroutine MPI_Win_detach_f08 (win ,base ,ierror )
3531+ subroutine MPI_Win_detach_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (win ,base ,ierror )
35323532 use :: mpi_f08_types , only : MPI_Win , MPI_ADDRESS_KIND
35333533 implicit none
35343534 @OMPI_F08_IGNORE_TKR_PREDECL @ base
35353535 @OMPI_F08_IGNORE_TKR_TYPE @ OMPI_ASYNCHRONOUS :: base
35363536 TYPE (MPI_Win ), INTENT (IN ) :: win
35373537 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
3538- end subroutine MPI_Win_detach_f08
3538+ end subroutine MPI_Win_detach_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
35393539end interface MPI_Win_detach
35403540
35413541interface MPI_Win_fence
0 commit comments