@@ -671,39 +671,39 @@ end subroutine MPI_Get_elements_x_f08
671671end interface MPI_Get_elements_x
672672
673673interface MPI_Pack
674- subroutine MPI_Pack_f08 (inbuf ,incount ,datatype ,outbuf ,outsize ,position ,comm ,ierror )
674+ subroutine MPI_Pack_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (inbuf ,incount ,datatype ,outbuf ,outsize ,position ,comm ,ierror )
675675 use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm
676676 implicit none
677- @OMPI_FORTRAN_IGNORE_TKR_PREDECL @ inbuf , outbuf
678- @OMPI_FORTRAN_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
679- @OMPI_FORTRAN_IGNORE_TKR_TYPE @ :: outbuf
677+ @OMPI_F08_IGNORE_TKR_PREDECL @ inbuf , outbuf
678+ @OMPI_F08_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
679+ @OMPI_F08_IGNORE_TKR_TYPE @ :: outbuf
680680 INTEGER , INTENT (IN ) :: incount , outsize
681681 TYPE (MPI_Datatype ), INTENT (IN ) :: datatype
682682 INTEGER , INTENT (INOUT ) :: position
683683 TYPE (MPI_Comm ), INTENT (IN ) :: comm
684684 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
685- end subroutine MPI_Pack_f08
685+ end subroutine MPI_Pack_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
686686end interface MPI_Pack
687687
688688interface MPI_Pack_external
689- subroutine MPI_Pack_external_f08 (datarep ,inbuf ,incount ,datatype ,outbuf ,outsize , &
689+ subroutine MPI_Pack_external_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (datarep ,inbuf ,incount ,datatype ,outbuf ,outsize , &
690690 position ,ierror )
691691 use :: mpi_f08_types , only : MPI_Datatype , MPI_ADDRESS_KIND
692692 implicit none
693693 CHARACTER (LEN = * ), INTENT (IN ) :: datarep
694- @OMPI_FORTRAN_IGNORE_TKR_PREDECL @ inbuf , outbuf
695- @OMPI_FORTRAN_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
696- @OMPI_FORTRAN_IGNORE_TKR_TYPE @ :: outbuf
694+ @OMPI_F08_IGNORE_TKR_PREDECL @ inbuf , outbuf
695+ @OMPI_F08_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
696+ @OMPI_F08_IGNORE_TKR_TYPE @ :: outbuf
697697 INTEGER , INTENT (IN ) :: incount
698698 TYPE (MPI_Datatype ), INTENT (IN ) :: datatype
699699 INTEGER (MPI_ADDRESS_KIND ), INTENT (IN ) :: outsize
700700 INTEGER (MPI_ADDRESS_KIND ), INTENT (INOUT ) :: position
701701 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
702- end subroutine MPI_Pack_external_f08
702+ end subroutine MPI_Pack_external_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
703703end interface MPI_Pack_external
704704
705705interface MPI_Pack_external_size
706- subroutine MPI_Pack_external_size_f08 (datarep ,incount ,datatype ,size ,ierror &
706+ subroutine MPI_Pack_external_size_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (datarep ,incount ,datatype ,size ,ierror &
707707 )
708708 use :: mpi_f08_types , only : MPI_Datatype , MPI_ADDRESS_KIND
709709 implicit none
@@ -712,7 +712,7 @@ subroutine MPI_Pack_external_size_f08(datarep,incount,datatype,size,ierror &
712712 CHARACTER (LEN = * ), INTENT (IN ) :: datarep
713713 INTEGER (MPI_ADDRESS_KIND ), INTENT (OUT ) :: size
714714 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
715- end subroutine MPI_Pack_external_size_f08
715+ end subroutine MPI_Pack_external_size_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
716716end interface MPI_Pack_external_size
717717
718718interface MPI_Pack_size
@@ -983,37 +983,37 @@ end subroutine MPI_Type_vector_f08
983983end interface MPI_Type_vector
984984
985985interface MPI_Unpack
986- subroutine MPI_Unpack_f08 (inbuf ,insize ,position ,outbuf ,outcount ,datatype ,comm , &
986+ subroutine MPI_Unpack_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (inbuf ,insize ,position ,outbuf ,outcount ,datatype ,comm , &
987987 ierror )
988988 use :: mpi_f08_types , only : MPI_Datatype , MPI_Comm
989989 implicit none
990- @OMPI_FORTRAN_IGNORE_TKR_PREDECL @ inbuf , outbuf
991- @OMPI_FORTRAN_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
992- @OMPI_FORTRAN_IGNORE_TKR_TYPE @ :: outbuf
990+ @OMPI_F08_IGNORE_TKR_PREDECL @ inbuf , outbuf
991+ @OMPI_F08_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
992+ @OMPI_F08_IGNORE_TKR_TYPE @ :: outbuf
993993 INTEGER , INTENT (IN ) :: insize , outcount
994994 INTEGER , INTENT (INOUT ) :: position
995995 TYPE (MPI_Datatype ), INTENT (IN ) :: datatype
996996 TYPE (MPI_Comm ), INTENT (IN ) :: comm
997997 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
998- end subroutine MPI_Unpack_f08
998+ end subroutine MPI_Unpack_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
999999end interface MPI_Unpack
10001000
10011001interface MPI_Unpack_external
1002- subroutine MPI_Unpack_external_f08 (datarep ,inbuf ,insize ,position ,outbuf ,outcount , &
1002+ subroutine MPI_Unpack_external_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @ (datarep ,inbuf ,insize ,position ,outbuf ,outcount , &
10031003 datatype ,ierror &
10041004 )
10051005 use :: mpi_f08_types , only : MPI_Datatype , MPI_ADDRESS_KIND
10061006 implicit none
10071007 CHARACTER (LEN = * ), INTENT (IN ) :: datarep
1008- @OMPI_FORTRAN_IGNORE_TKR_PREDECL @ inbuf , outbuf
1009- @OMPI_FORTRAN_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
1010- @OMPI_FORTRAN_IGNORE_TKR_TYPE @ :: outbuf
1008+ @OMPI_F08_IGNORE_TKR_PREDECL @ inbuf , outbuf
1009+ @OMPI_F08_IGNORE_TKR_TYPE @, INTENT (IN ) :: inbuf
1010+ @OMPI_F08_IGNORE_TKR_TYPE @ :: outbuf
10111011 INTEGER (MPI_ADDRESS_KIND ), INTENT (IN ) :: insize
10121012 INTEGER (MPI_ADDRESS_KIND ), INTENT (INOUT ) :: position
10131013 INTEGER , INTENT (IN ) :: outcount
10141014 TYPE (MPI_Datatype ), INTENT (IN ) :: datatype
10151015 INTEGER , OPTIONAL , INTENT (OUT ) :: ierror
1016- end subroutine MPI_Unpack_external_f08
1016+ end subroutine MPI_Unpack_external_f08 @ OMPI_F08_BINDINGS_TS_SUFFIX @
10171017end interface MPI_Unpack_external
10181018
10191019interface MPI_Allgather
0 commit comments