|
| template<> |
| BOOST_MPI_DECL void | boost::mpi::broadcast< const packed_oarchive > (const communicator &comm, const packed_oarchive &oa, int root) |
| | INTERNAL ONLY. More...
|
| |
| template<> |
| BOOST_MPI_DECL void | boost::mpi::broadcast< packed_oarchive > (const communicator &comm, packed_oarchive &oa, int root) |
| | INTERNAL ONLY. More...
|
| |
| template<> |
| BOOST_MPI_DECL void | boost::mpi::broadcast< packed_iarchive > (const communicator &comm, packed_iarchive &ia, int root) |
| | INTERNAL ONLY. More...
|
| |
| template<> |
| BOOST_MPI_DECL void | boost::mpi::broadcast< const packed_skeleton_oarchive > (const communicator &comm, const packed_skeleton_oarchive &oa, int root) |
| | INTERNAL ONLY. More...
|
| |
| template<> |
| void | boost::mpi::broadcast< packed_skeleton_oarchive > (const communicator &comm, packed_skeleton_oarchive &oa, int root) |
| | INTERNAL ONLY. More...
|
| |
| template<> |
| void | boost::mpi::broadcast< packed_skeleton_iarchive > (const communicator &comm, packed_skeleton_iarchive &ia, int root) |
| | INTERNAL ONLY. More...
|
| |
| template<> |
| void | boost::mpi::broadcast< content > (const communicator &comm, content &c, int root) |
| | INTERNAL ONLY. More...
|
| |
| template<> |
| void | boost::mpi::broadcast< const content > (const communicator &comm, const content &c, int root) |
| | INTERNAL ONLY. More...
|
| |
| template<typename T > |
| void | boost::mpi::detail::broadcast_impl (const communicator &comm, T *values, int n, int root, mpl::true_) |
| |
| template<typename T > |
| void | boost::mpi::detail::broadcast_impl (const communicator &comm, T *values, int n, int root, mpl::false_) |
| |
| template<typename T > |
| void | boost::mpi::broadcast (const communicator &comm, T &value, int root) |
| | Broadcast a value from a root process to all other processes. More...
|
| |
| template<typename T > |
| void | boost::mpi::broadcast (const communicator &comm, T *values, int n, int root) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |