libgrape-lite
A C++ library for parallel graph processing
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
grape::ShuffleBuffer< nonstd::string_view > Struct Reference

Public Types

using type = StringViewVector
 

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)