ASPECT
Functions
big_mpi Namespace Reference

Functions

MPI_Datatype mpi_type_id (const char *)
 
template<typename T >
void broadcast (T *buffer, const size_t count, const unsigned int root, const MPI_Comm &comm)
 

Function Documentation

§ mpi_type_id()

MPI_Datatype big_mpi::mpi_type_id ( const char *  )
inline

Definition at line 40 of file compat.h.

Referenced by broadcast().

§ broadcast()

template<typename T >
void big_mpi::broadcast ( T *  buffer,
const size_t  count,
const unsigned int  root,
const MPI_Comm &  comm 
)

Broadcast the information in buffer from root to all other ranks.

Definition at line 51 of file compat.h.

References mpi_type_id().