Home
last modified time | relevance | path

Searched refs:Igatherv (Results 1 – 10 of 10) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpi/coll/
H A Diallgatherv.c610 MPIU_Assert(comm_ptr->coll_fns && comm_ptr->coll_fns->Igatherv); in MPIR_Iallgatherv_inter()
617 mpi_errno = comm_ptr->coll_fns->Igatherv(sendbuf, sendcount, sendtype, recvbuf, in MPIR_Iallgatherv_inter()
623 mpi_errno = comm_ptr->coll_fns->Igatherv(sendbuf, sendcount, sendtype, recvbuf, in MPIR_Iallgatherv_inter()
631 mpi_errno = comm_ptr->coll_fns->Igatherv(sendbuf, sendcount, sendtype, recvbuf, in MPIR_Iallgatherv_inter()
637 mpi_errno = comm_ptr->coll_fns->Igatherv(sendbuf, sendcount, sendtype, recvbuf, in MPIR_Iallgatherv_inter()
H A Digatherv.c120 MPIU_Assert(comm_ptr->coll_fns->Igatherv != NULL); in MPIR_Igatherv_impl()
121 …mpi_errno = comm_ptr->coll_fns->Igatherv(sendbuf, sendcount, sendtype, recvbuf, recvcounts, displs… in MPIR_Igatherv_impl()
/dports/net/py-mpi4py/mpi4py-3.1.3/test/
H A Dtest_cco_nb_vec.py37 self.COMM.Igatherv(sbuf.as_mpi(), recvbuf, root).Wait()
58 self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
80 self.COMM.Igatherv(sendbuf, recvbuf, root).Wait()
/dports/graphics/ospray/ospray-2.8.0/modules/mpi/common/
H A DCollectives.cpp297 MPI_CALL(Igatherv(sendBuffer, in start()
/dports/net/mpich2/mpich2-1.5/src/mpi/comm/
H A Dcommutil.c260 ops->Igatherv = &MPIR_Igatherv; in init_default_collops()
322 ops->Igatherv = &MPIR_Igatherv; in init_default_collops()
/dports/net/mpich2/mpich2-1.5/src/include/
H A Dmpiimpl.h1933 int (*Igatherv)(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, member
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/
H A DMPI.pyi642 …def Igatherv(self, sendbuf: Union[BufSpec, InPlace], recvbuf: Optional[BufSpecV], root: int = 0) -…
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DComm.pyx780 def Igatherv(self, sendbuf, recvbuf, int root=0): member in Comm
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/MPI/
H A DComm.pyx960 def Igatherv( member in Comm
/dports/net/py-mpi4py/mpi4py-3.1.3/docs/
H A Dmpi4py.info5961 *note Igatherv: 25e.(sendbuf,Nonblocking Gather Vector
6741 -- Method: Igatherv (sendbuf, recvbuf, root=0)
21466 * Igatherv() (mpi4py.MPI.Comm method): mpi4py MPI Comm. (line 954)
23030 Ref: reference/mpi4py MPI Comm mpi4py MPI Comm Igatherv219773