Skip to content

Commit

Permalink
fortran/use-mpi-ignore-tkr: fix typo in MPI_File_write_at_all_begin i…
Browse files Browse the repository at this point in the history
…nterface
  • Loading branch information
ggouaillardet committed Oct 24, 2016
1 parent e02dc1e commit e2769e4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ end interface

interface MPI_File_write_at_all_begin

subroutine MPI_File_wr_at_all_begin(fh, offset, buf, count, datatype&
subroutine MPI_File_write_at_all_begin(fh, offset, buf, count, datatype&
, ierror)
include 'mpif-config.h'
integer, intent(in) :: fh
Expand All @@ -1477,13 +1477,13 @@ subroutine MPI_File_wr_at_all_begin(fh, offset, buf, count, datatype&
integer, intent(in) :: count
integer, intent(in) :: datatype
integer, intent(out) :: ierror
end subroutine MPI_File_wr_at_all_begin
end subroutine MPI_File_write_at_all_begin

end interface

interface PMPI_File_write_at_all_begin

subroutine PMPI_File_wr_at_all_begin(fh, offset, buf, count, datatype&
subroutine PMPI_File_write_at_all_begin(fh, offset, buf, count, datatype&
, ierror)
include 'mpif-config.h'
integer, intent(in) :: fh
Expand All @@ -1493,7 +1493,7 @@ subroutine PMPI_File_wr_at_all_begin(fh, offset, buf, count, datatype&
integer, intent(in) :: count
integer, intent(in) :: datatype
integer, intent(out) :: ierror
end subroutine PMPI_File_wr_at_all_begin
end subroutine PMPI_File_write_at_all_begin

end interface

Expand Down

0 comments on commit e2769e4

Please sign in to comment.