@@ -714,39 +714,39 @@ end subroutine MPI_Get_elements_x_f08
714714end interface MPI_Get_elements_x
715715
716716interface MPI_Pack
717- subroutine MPI_Pack_f08 (inbuf ,incount ,datatype ,outbuf ,outsize ,position ,comm ,ierror )
717+ subroutine MPI_Pack_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (inbuf ,incount ,datatype ,outbuf ,outsize ,position ,comm ,ierror )
718718 use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm
719719 implicit none
720- @OMPI_FORTRAN_IGNORE_TKR_PREDECL @ inbuf , outbuf
721- @OMPI_FORTRAN_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
722- @OMPI_FORTRAN_IGNORE_TKR_TYPE @ :: outbuf
720+ @OMPI_F08_IGNORE_TKR_PREDECL @ inbuf , outbuf
721+ @OMPI_F08_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
722+ @OMPI_F08_IGNORE_TKR_TYPE @ :: outbuf
723723 INTEGER , INTENT (IN ) :: incount , outsize
724724 TYPE (MPI_Datatype ), INTENT (IN ) :: datatype
725725 INTEGER , INTENT (INOUT ) :: position
726726 TYPE (MPI_Comm ), INTENT (IN ) :: comm
727727 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
728- end subroutine MPI_Pack_f08
728+ end subroutine MPI_Pack_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
729729end interface MPI_Pack
730730
731731interface MPI_Pack_external
732- subroutine MPI_Pack_external_f08 (datarep ,inbuf ,incount ,datatype ,outbuf ,outsize , &
732+ subroutine MPI_Pack_external_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (datarep ,inbuf ,incount ,datatype ,outbuf ,outsize , &
733733 position ,ierror )
734734 use :: mpi_f08_types , only : MPI_Datatype , MPI_ADDRESS_KIND
735735 implicit none
736736 CHARACTER (LEN = * ), INTENT (IN ) :: datarep
737- @OMPI_FORTRAN_IGNORE_TKR_PREDECL @ inbuf , outbuf
738- @OMPI_FORTRAN_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
739- @OMPI_FORTRAN_IGNORE_TKR_TYPE @ :: outbuf
737+ @OMPI_F08_IGNORE_TKR_PREDECL @ inbuf , outbuf
738+ @OMPI_F08_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
739+ @OMPI_F08_IGNORE_TKR_TYPE @ :: outbuf
740740 INTEGER , INTENT (IN ) :: incount
741741 TYPE (MPI_Datatype ), INTENT (IN ) :: datatype
742742 INTEGER (MPI_ADDRESS_KIND ), INTENT (IN ) :: outsize
743743 INTEGER (MPI_ADDRESS_KIND ), INTENT (INOUT ) :: position
744744 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
745- end subroutine MPI_Pack_external_f08
745+ end subroutine MPI_Pack_external_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
746746end interface MPI_Pack_external
747747
748748interface MPI_Pack_external_size
749- subroutine MPI_Pack_external_size_f08 (datarep ,incount ,datatype ,size ,ierror &
749+ subroutine MPI_Pack_external_size_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (datarep ,incount ,datatype ,size ,ierror &
750750 )
751751 use :: mpi_f08_types , only : MPI_Datatype , MPI_ADDRESS_KIND
752752 implicit none
@@ -755,7 +755,7 @@ subroutine MPI_Pack_external_size_f08(datarep,incount,datatype,size,ierror &
755755 CHARACTER (LEN = * ), INTENT (IN ) :: datarep
756756 INTEGER (MPI_ADDRESS_KIND ), INTENT (OUT ) :: size
757757 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
758- end subroutine MPI_Pack_external_size_f08
758+ end subroutine MPI_Pack_external_size_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
759759end interface MPI_Pack_external_size
760760
761761interface MPI_Pack_size
@@ -1026,37 +1026,37 @@ end subroutine MPI_Type_vector_f08
10261026end interface MPI_Type_vector
10271027
10281028interface MPI_Unpack
1029- subroutine MPI_Unpack_f08 (inbuf ,insize ,position ,outbuf ,outcount ,datatype ,comm , &
1029+ subroutine MPI_Unpack_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (inbuf ,insize ,position ,outbuf ,outcount ,datatype ,comm , &
10301030 ierror )
10311031 use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm
10321032 implicit none
1033- @OMPI_FORTRAN_IGNORE_TKR_PREDECL @ inbuf , outbuf
1034- @OMPI_FORTRAN_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
1035- @OMPI_FORTRAN_IGNORE_TKR_TYPE @ :: outbuf
1033+ @OMPI_F08_IGNORE_TKR_PREDECL @ inbuf , outbuf
1034+ @OMPI_F08_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
1035+ @OMPI_F08_IGNORE_TKR_TYPE @ :: outbuf
10361036 INTEGER , INTENT (IN ) :: insize , outcount
10371037 INTEGER , INTENT (INOUT ) :: position
10381038 TYPE (MPI_Datatype ), INTENT (IN ) :: datatype
10391039 TYPE (MPI_Comm ), INTENT (IN ) :: comm
10401040 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
1041- end subroutine MPI_Unpack_f08
1041+ end subroutine MPI_Unpack_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
10421042end interface MPI_Unpack
10431043
10441044interface MPI_Unpack_external
1045- subroutine MPI_Unpack_external_f08 (datarep ,inbuf ,insize ,position ,outbuf ,outcount , &
1045+ subroutine MPI_Unpack_external_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (datarep ,inbuf ,insize ,position ,outbuf ,outcount , &
10461046 datatype ,ierror &
10471047 )
10481048 use :: mpi_f08_types , only : MPI_Datatype , MPI_ADDRESS_KIND
10491049 implicit none
10501050 CHARACTER (LEN = * ), INTENT (IN ) :: datarep
1051- @OMPI_FORTRAN_IGNORE_TKR_PREDECL @ inbuf , outbuf
1052- @OMPI_FORTRAN_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
1053- @OMPI_FORTRAN_IGNORE_TKR_TYPE @ :: outbuf
1051+ @OMPI_F08_IGNORE_TKR_PREDECL @ inbuf , outbuf
1052+ @OMPI_F08_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
1053+ @OMPI_F08_IGNORE_TKR_TYPE @ :: outbuf
10541054 INTEGER (MPI_ADDRESS_KIND ), INTENT (IN ) :: insize
10551055 INTEGER (MPI_ADDRESS_KIND ), INTENT (INOUT ) :: position
10561056 INTEGER , INTENT (IN ) :: outcount
10571057 TYPE (MPI_Datatype ), INTENT (IN ) :: datatype
10581058 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
1059- end subroutine MPI_Unpack_external_f08
1059+ end subroutine MPI_Unpack_external_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
10601060end interface MPI_Unpack_external
10611061
10621062interface MPI_Allgather
0 commit comments