Home
last modified time | relevance | path

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

/third_party/boost/boost/mpi/
Drequest.hpp50 static request make_bottom_send(communicator const& comm, int dest, int tag, MPI_Datatype tp);
/third_party/boost/libs/mpi/src/
Drequest.cpp30 request::make_bottom_send(communicator const& comm, int dest, int tag, MPI_Datatype tp) { in make_bottom_send() function in boost::mpi::request
Dcommunicator.cpp277 return request::make_bottom_send(*this, dest, tag, c.get_mpi_datatype()); in isend()