fortran: Fix an incorrect interface name
Этот коммит содержится в:
родитель
96e93a9c5f
Коммит
b6cb0bc257
@ -5413,7 +5413,7 @@ end subroutine PMPI_Request_get_status
|
||||
end interface
|
||||
|
||||
|
||||
interface MPI_Get
|
||||
interface MPI_Rget
|
||||
|
||||
subroutine MPI_Rget(origin_addr, origin_count, origin_datatype, &
|
||||
target_rank, target_disp, target_count, &
|
||||
@ -5434,7 +5434,7 @@ end subroutine MPI_Rget
|
||||
|
||||
end interface
|
||||
|
||||
interface PMPI_Get
|
||||
interface PMPI_Rget
|
||||
|
||||
subroutine PMPI_Rget(origin_addr, origin_count, origin_datatype, &
|
||||
target_rank, target_disp, target_count, &
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user