1
1

mpif: fix typo in interface name

* MPI_Comm_dup_with_info
 * MPI_Comm_split_type
 * PMPI_Comm_split_type
Этот коммит содержится в:
Gilles Gouaillardet 2015-07-02 17:13:07 +09:00
родитель fa50e0d712
Коммит 6356c4b113

Просмотреть файл

@ -1196,7 +1196,7 @@ end subroutine MPI_Comm_dup
end interface
interface MPI_Comm_dup
interface MPI_Comm_dup_with_info
subroutine MPI_Comm_dup_with_info(comm, info, newcomm, ierror)
integer, intent(in) :: comm
@ -1670,7 +1670,7 @@ end subroutine PMPI_Comm_split
end interface
interface MPI_Comm_split
interface MPI_Comm_split_type
subroutine MPI_Comm_split_type(comm, split_type, key, info, newcomm, ierror)
integer, intent(in) :: comm
@ -1683,7 +1683,7 @@ end subroutine MPI_Comm_split_type
end interface
interface PMPI_Comm_split
interface PMPI_Comm_split_type
subroutine PMPI_Comm_split_type(comm, split_type, key, info, newcomm, ierror)
integer, intent(in) :: comm