libgrape-lite
A C++ library for parallel graph processing
|
Public Types | |
using | type = std::vector< T > |
Static Public Member Functions | |
static void | SendTo (const type &buffer, int dst_worker_id, int tag, MPI_Comm comm) |
static void | RecvFrom (type &buffer, int src_worker_id, int tag, MPI_Comm comm) |