12 #ifndef ALPS_UTILITIES_MPI_PAIR_HPP_3acdc0894fa949d59f697673f81e1995 13 #define ALPS_UTILITIES_MPI_PAIR_HPP_3acdc0894fa949d59f697673f81e1995 19 #include <boost/container/vector.hpp> Header for object-oriented interface to MPI (similar to boost::mpi)
Encapsulation of an MPI communicator and some communicator-related operations.
void broadcast(const communicator &comm, T *vals, std::size_t count, int root)
Broadcasts array vals of a primitive type T, length count on communicator comm with root root ...