libgrape-lite
A C++ library for parallel graph processing
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
grape::sync_comm::CommImpl< T, Enable > Struct Template Reference

Static Public Member Functions

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)