Alamo
Functions
Util::MPI Namespace Reference

Functions

template<class T >
int Allgather (std::vector< T > &a_data)
 
void Bcast (std::string &s, int root=amrex::ParallelDescriptor::IOProcessorNumber())
 
void Allgather (const std::string &local, std::vector< std::string > &out)
 

Function Documentation

◆ Allgather() [1/2]

void Util::MPI::Allgather ( const std::string &  local,
std::vector< std::string > &  out 
)
inline

Definition at line 78 of file MPI.H.

◆ Allgather() [2/2]

template<class T >
int Util::MPI::Allgather ( std::vector< T > &  a_data)

Definition at line 18 of file MPI.H.

◆ Bcast()

void Util::MPI::Bcast ( std::string &  s,
int  root = amrex::ParallelDescriptor::IOProcessorNumber() 
)
inline

Definition at line 54 of file MPI.H.