Home
last modified time | relevance | path

Searched refs:make_bottom_recv (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/mpi/
Drequest.hpp60 static request make_bottom_recv(communicator const& comm, int dest, int tag, MPI_Datatype tp);
/third_party/boost/libs/mpi/src/
Drequest.cpp48 request::make_bottom_recv(communicator const& comm, int dest, int tag, MPI_Datatype tp) { in make_bottom_recv() function in boost::mpi::request
Dcommunicator.cpp298 return request::make_bottom_recv(*this, source, tag, c.get_mpi_datatype()); in irecv()