@@ -1002,27 +1002,27 @@ end interface
1002
1002
1003
1003
interface MPI_File_read_ordered_begin
1004
1004
1005
- subroutine MPI_File_read_ord_begin (fh , buf , count , datatype , ierror )
1005
+ subroutine MPI_File_read_ordered_begin (fh , buf , count , datatype , ierror )
1006
1006
integer , intent (in ) :: fh
1007
1007
@OMPI_FORTRAN_IGNORE_TKR_PREDECL@ buf
1008
1008
@OMPI_FORTRAN_IGNORE_TKR_TYPE@ :: buf
1009
1009
integer , intent (in ) :: count
1010
1010
integer , intent (in ) :: datatype
1011
1011
integer , intent (out ) :: ierror
1012
- end subroutine MPI_File_read_ord_begin
1012
+ end subroutine MPI_File_read_ordered_begin
1013
1013
1014
1014
end interface
1015
1015
1016
1016
interface PMPI_File_read_ordered_begin
1017
1017
1018
- subroutine PMPI_File_read_ord_begin (fh , buf , count , datatype , ierror )
1018
+ subroutine PMPI_File_read_ordered_begin (fh , buf , count , datatype , ierror )
1019
1019
integer , intent (in ) :: fh
1020
1020
@OMPI_FORTRAN_IGNORE_TKR_PREDECL@ buf
1021
1021
@OMPI_FORTRAN_IGNORE_TKR_TYPE@ :: buf
1022
1022
integer , intent (in ) :: count
1023
1023
integer , intent (in ) :: datatype
1024
1024
integer , intent (out ) :: ierror
1025
- end subroutine PMPI_File_read_ord_begin
1025
+ end subroutine PMPI_File_read_ordered_begin
1026
1026
1027
1027
end interface
1028
1028
0 commit comments