libgrape-lite
A C++ library for parallel graph processing
|
Static Public Member Functions | |
static void | send (const OutArchive &arc, int dst_worker_id, int tag, MPI_Comm comm) |
static void | recv (OutArchive &arc, int src_worker_id, int tag, MPI_Comm comm) |
template<typename ITER_T > | |
static void | multiple_send (const OutArchive &arc, const ITER_T &worker_id_begin, const ITER_T &worker_id_end, int tag, MPI_Comm comm) |
static void | bcast (OutArchive &arc, int root, MPI_Comm comm) |