Home
last modified time | relevance | path

Searched refs:Ineighbor_allgatherv (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpi/topo/
H A Dinhb_allgatherv.c98 MPIU_Assert(comm_ptr->coll_fns->Ineighbor_allgatherv != NULL); in MPIR_Ineighbor_allgatherv_impl()
99 mpi_errno = comm_ptr->coll_fns->Ineighbor_allgatherv(sendbuf, sendcount, sendtype, in MPIR_Ineighbor_allgatherv_impl()
/dports/net/py-mpi4py/mpi4py-3.1.3/test/
H A Dtest_cco_ngh_buf.py87 comm.Ineighbor_allgatherv(sbuf.as_mpi_c(3), rbuf.as_mpi_c(3)).Wait()
/dports/net/mpich2/mpich2-1.5/src/mpi/comm/
H A Dcommutil.c275 ops->Ineighbor_allgatherv = &MPIR_Ineighbor_allgatherv_default; in init_default_collops()
/dports/net/mpich2/mpich2-1.5/src/include/
H A Dmpiimpl.h1995 int (*Ineighbor_allgatherv)(const void *sendbuf, int sendcount, MPI_Datatype sendtype, member
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/
H A DMPI.pyi742 def Ineighbor_allgatherv(self, sendbuf: BufSpec, recvbuf: BufSpecV) -> Request: ...
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DComm.pyx1801 def Ineighbor_allgatherv(self, sendbuf, recvbuf): member in Topocomm
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/MPI/
H A DComm.pyx2210 def Ineighbor_allgatherv( member in Topocomm
/dports/net/py-mpi4py/mpi4py-3.1.3/docs/
H A Dmpi4py.info12906 *note Ineighbor_allgatherv: 3a4.(sendbuf,Nonblocking Neighbor Gather to All Vector
12977 -- Method: Ineighbor_allgatherv (sendbuf, recvbuf)
21480 * Ineighbor_allgatherv() (mpi4py.MPI.Topocomm method): mpi4py MPI Topocomm.
24345 Ref: reference/mpi4py MPI Topocomm mpi4py MPI Topocomm Ineighbor_allgatherv369358