ALPSCore reference
Namespaces | Functions
mpi_vector.hpp File 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>
Include dependency graph for mpi_vector.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.