Missed updating the profiling versions of the neighbor collectives in r29299.
Refs trac:3802. This commit was SVN r29302. The following SVN revision numbers were found above: r29299 --> open-mpi/ompi@66eb7ff610 The following Trac tickets were found above: Ticket 3802 --> https://svn.open-mpi.org/trac/ompi/ticket/3802
Этот коммит содержится в:
родитель
4af194ca32
Коммит
d04ea88d87
@ -15,15 +15,15 @@ subroutine PMPI_Ineighbor_alltoallw_f08(sendbuf,sendcounts,sdispls,sendtypes,&
|
|||||||
OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: sendbuf, recvbuf
|
OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: sendbuf, recvbuf
|
||||||
INTEGER, INTENT(IN) :: sendcounts(*), recvcounts(*)
|
INTEGER, INTENT(IN) :: sendcounts(*), recvcounts(*)
|
||||||
INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: sdispls(*), rdispls(*)
|
INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: sdispls(*), rdispls(*)
|
||||||
TYPE(MPI_Datatype), INTENT(IN) :: sendtypes
|
TYPE(MPI_Datatype), INTENT(IN) :: sendtypes(*)
|
||||||
TYPE(MPI_Datatype), INTENT(IN) :: recvtypes
|
TYPE(MPI_Datatype), INTENT(IN) :: recvtypes(*)
|
||||||
TYPE(MPI_Comm), INTENT(IN) :: comm
|
TYPE(MPI_Comm), INTENT(IN) :: comm
|
||||||
TYPE(MPI_Request), INTENT(OUT) :: request
|
TYPE(MPI_Request), INTENT(OUT) :: request
|
||||||
INTEGER, OPTIONAL, INTENT(OUT) :: ierror
|
INTEGER, OPTIONAL, INTENT(OUT) :: ierror
|
||||||
integer :: c_ierror
|
integer :: c_ierror
|
||||||
|
|
||||||
call ompi_ineighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes%MPI_VAL,&
|
call ompi_ineighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes(1)%MPI_VAL,&
|
||||||
recvbuf,recvcounts,rdispls,recvtypes%MPI_VAL,&
|
recvbuf,recvcounts,rdispls,recvtypes(1)%MPI_VAL,&
|
||||||
comm%MPI_VAL,request%MPI_VAL,c_ierror)
|
comm%MPI_VAL,request%MPI_VAL,c_ierror)
|
||||||
if (present(ierror)) ierror = c_ierror
|
if (present(ierror)) ierror = c_ierror
|
||||||
|
|
||||||
|
@ -15,14 +15,14 @@ subroutine PMPI_Neighbor_alltoallw_f08(sendbuf,sendcounts,sdispls,sendtypes,&
|
|||||||
OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: sendbuf, recvbuf
|
OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: sendbuf, recvbuf
|
||||||
INTEGER, INTENT(IN) :: sendcounts(*), recvcounts(*)
|
INTEGER, INTENT(IN) :: sendcounts(*), recvcounts(*)
|
||||||
INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: sdispls(*), rdispls(*)
|
INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: sdispls(*), rdispls(*)
|
||||||
TYPE(MPI_Datatype), INTENT(IN) :: sendtypes
|
TYPE(MPI_Datatype), INTENT(IN) :: sendtypes(*)
|
||||||
TYPE(MPI_Datatype), INTENT(IN) :: recvtypes
|
TYPE(MPI_Datatype), INTENT(IN) :: recvtypes(*)
|
||||||
TYPE(MPI_Comm), INTENT(IN) :: comm
|
TYPE(MPI_Comm), INTENT(IN) :: comm
|
||||||
INTEGER, OPTIONAL, INTENT(OUT) :: ierror
|
INTEGER, OPTIONAL, INTENT(OUT) :: ierror
|
||||||
integer :: c_ierror
|
integer :: c_ierror
|
||||||
|
|
||||||
call ompi_neighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes%MPI_VAL,&
|
call ompi_neighbor_alltoallw_f(sendbuf,sendcounts,sdispls,sendtypes(1)%MPI_VAL,&
|
||||||
recvbuf,recvcounts,rdispls,recvtypes%MPI_VAL,&
|
recvbuf,recvcounts,rdispls,recvtypes(1)%MPI_VAL,&
|
||||||
comm%MPI_VAL,c_ierror)
|
comm%MPI_VAL,c_ierror)
|
||||||
if (present(ierror)) ierror = c_ierror
|
if (present(ierror)) ierror = c_ierror
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user