|
static void | send (const T &value, int dst_worker_id, int tag, MPI_Comm comm) |
|
template<typename ITER_T > |
static void | multiple_send (const T &value, const ITER_T &worker_id_begin, const ITER_T &worker_id_end, int tag, MPI_Comm comm) |
|
static void | recv (T &value, int src_worker_id, int tag, MPI_Comm comm) |
|
static void | bcast (T &value, int root, MPI_Comm comm) |
|