libgrape-lite
A C++ library for parallel graph processing
|
Destination list for message exchange. A message may need to be sent to all the fragments in the DestList. More...
#include <adj_list.h>
Public Member Functions | |
DEV_HOST | DestList (const fid_t *begin_, const fid_t *end_) |
DEV_HOST_INLINE bool | Empty () |
DEV_HOST_INLINE bool | NotEmpty () |
Public Attributes | |
const fid_t * | begin |
const fid_t * | end |
Destination list for message exchange. A message may need to be sent to all the fragments in the DestList.