Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
all_reduce.hpp File Reference
Include dependency graph for all_reduce.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 , typename Op >
void boost::mpi::detail::all_reduce_impl (const communicator &comm, const T *in_values, int n, T *out_values, Op, mpl::true_, mpl::true_)
 
template<typename T , typename Op >
void boost::mpi::detail::all_reduce_impl (const communicator &comm, const T *in_values, int n, T *out_values, Op op, mpl::false_, mpl::true_)
 
template<typename T , typename Op >
void boost::mpi::detail::all_reduce_impl (const communicator &comm, const T *in_values, int n, T *out_values, Op op, mpl::false_, mpl::false_)
 
template<typename T , typename Op >
void boost::mpi::all_reduce (const communicator &comm, const T *value, int n, T *out_value, Op op)
 Combine the values stored by each process into a single value available to all processes. More...
 
template<typename T , typename Op >
void boost::mpi::all_reduce (const communicator &comm, inplace_t< T * > value, int n, Op op)
 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 , typename Op >
void boost::mpi::all_reduce (const communicator &comm, inplace_t< T > value, Op op)
 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 , typename Op >
void boost::mpi::all_reduce (const communicator &comm, const T &value, T &out_value, Op op)
 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 , typename Op >
T boost::mpi::all_reduce (const communicator &comm, const T &value, Op op)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...