Searched refs:array_recv_impl (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/mpi/ |
D | communicator.hpp | 1032 array_recv_impl(int source, int tag, T* values, int n, mpl::true_) const; 1043 array_recv_impl(int source, int tag, T* values, int n, mpl::false_) const; 1396 communicator::array_recv_impl(int source, int tag, T* values, int n, in array_recv_impl() function in boost::mpi::communicator 1409 communicator::array_recv_impl(int source, int tag, T* values, int n, in array_recv_impl() function in boost::mpi::communicator 1445 return this->array_recv_impl(source, tag, values.data(), size, primitive); in recv_vector() 1467 return this->array_recv_impl(source, tag, values, n, is_mpi_datatype<T>()); in recv()
|