ALPSCore reference
Namespaces | Functions
mpi_map.hpp File Reference

Header for object-oriented interface to MPI for std::map. More...

#include <alps/utilities/mpi.hpp>
#include <map>
Include dependency graph for mpi_map.hpp:

Go to the source code of this file.

Namespaces

 alps
 
 alps::mpi
 

Functions

template<typename K , typename V >
void alps::mpi::broadcast (const communicator &comm, std::map< K, V > &a_map, int root)
 MPI_BCast of an std::map. More...
 

Detailed Description

Header for object-oriented interface to MPI for std::map.

Definition in file mpi_map.hpp.