'ElMo-Knock'

mpi_utils.h File Reference

#include <string>
#include <vector>
#include <assert.h>
#include "util.h"

Go to the source code of this file.

Functions

int mpi_bcast_vector_of_strings (vector< string > &vector_of_strings)
int mpi_bcast_string (std::string &ss)
template<typename T >
int mpi_bcast_scalar (T &elem)
template<class T >
int mpi_bcast_vector (std::vector< T > &v)
template<class T >
int mpi_bcast_matrix (std::vector< std::vector< T > > &m)

Function Documentation

template<class T >
int mpi_bcast_matrix ( std::vector< std::vector< T > > &  m)

Definition at line 66 of file mpi_utils.h.

template<typename T >
int mpi_bcast_scalar ( T &  elem)

Definition at line 41 of file mpi_utils.h.

int mpi_bcast_string ( std::string &  ss)

Definition at line 51 of file mpi_utils.cpp.

template<class T >
int mpi_bcast_vector ( std::vector< T > &  v)

Definition at line 48 of file mpi_utils.h.

int mpi_bcast_vector_of_strings ( vector< string > &  vector_of_strings)

Definition at line 7 of file mpi_utils.cpp.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines