|
'ElMo-Knock'
|
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) |
| int mpi_bcast_matrix | ( | std::vector< std::vector< T > > & | m | ) |
Definition at line 66 of file mpi_utils.h.
| 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.
| 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.