![]() |
ASPECT
|
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) |
|
inline |
Definition at line 40 of file compat.h.
Referenced by broadcast().
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().