ALPSCore reference
|
Header for object-oriented interface to MPI for std::pair. More...
#include <vector>
#include <alps/utilities/mpi.hpp>
#include <string>
#include <boost/container/vector.hpp>
Go to the source code of this file.
Namespaces | |
alps | |
alps::mpi | |
Functions | |
void | alps::mpi::broadcast (const communicator &comm, std::vector< std::string > &vec, int root) |
MPI_BCast of a vector of strings. More... | |
template<typename T > | |
void | alps::mpi::broadcast (const communicator &comm, std::vector< T > &vec, int root) |
MPI_BCast of a vector of (primitive) type T. More... | |
void | alps::mpi::broadcast (const communicator &comm, std::vector< bool > &vec, int root) |
MPI_BCast of a vector of bool. More... | |
Header for object-oriented interface to MPI for std::pair.
Header for object-oriented interface to MPI for vector data structures.
Definition in file mpi_vector.hpp.