Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
gather.hpp File Reference
#include <boost/mpi/exception.hpp>
#include <boost/mpi/datatype.hpp>
#include <vector>
#include <boost/mpi/packed_oarchive.hpp>
#include <boost/mpi/packed_iarchive.hpp>
#include <boost/mpi/detail/point_to_point.hpp>
#include <boost/mpi/communicator.hpp>
#include <boost/mpi/environment.hpp>
#include <boost/assert.hpp>
Include dependency graph for gather.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::mpi
 
 boost::mpi::detail
 

Functions

template<typename T >
void boost::mpi::detail::gather_impl (const communicator &comm, const T *in_values, int n, T *out_values, int root, mpl::true_)
 
template<typename T >
void boost::mpi::detail::gather_impl (const communicator &comm, const T *in_values, int n, int root, mpl::true_)
 
template<typename T >
void boost::mpi::detail::gather_impl (const communicator &comm, const T *in_values, int n, T *out_values, int root, mpl::false_)
 
template<typename T >
void boost::mpi::detail::gather_impl (const communicator &comm, const T *in_values, int n, int root, mpl::false_)
 
template<typename T >
void boost::mpi::gather (const communicator &comm, const T &in_value, T *out_values, 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...
 
template<typename T >
void boost::mpi::gather (const communicator &comm, const T &in_value, 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...
 
template<typename T >
void boost::mpi::gather (const communicator &comm, const T &in_value, std::vector< T > &out_values, int root)
 Gather the values stored at every process into a vector at the root process. More...
 
template<typename T >
void boost::mpi::gather (const communicator &comm, const T *in_values, int n, T *out_values, 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...
 
template<typename T >
void boost::mpi::gather (const communicator &comm, const T *in_values, int n, std::vector< T > &out_values, 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...
 
template<typename T >
void boost::mpi::gather (const communicator &comm, const T *in_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...