Searched refs:array_irecv_impl (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/mpi/ |
D | communicator.hpp | 1072 array_irecv_impl(int source, int tag, T* values, int n, mpl::true_) const; 1083 array_irecv_impl(int source, int tag, T* values, int n, mpl::false_) const; 1617 communicator::array_irecv_impl(int source, int tag, T* values, int n, in array_irecv_impl() function in boost::mpi::communicator 1625 communicator::array_irecv_impl(int source, int tag, T* values, int n, in array_irecv_impl() function in boost::mpi::communicator 1658 return this->array_irecv_impl(source, tag, values, n, is_mpi_datatype<T>()); in irecv()
|