libgrape-lite
A C++ library for parallel graph processing
|
This is the complete list of members for grape::sync_comm::CommImpl< T, Enable >, including all inherited members.
bcast(T &value, int root, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< T, Enable >) | grape::sync_comm::CommImpl< T, Enable > | inlinestatic |
multiple_send(const T &value, const ITER_T &worker_id_begin, const ITER_T &worker_id_end, int tag, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< T, Enable >) | grape::sync_comm::CommImpl< T, Enable > | inlinestatic |
recv(T &value, int src_worker_id, int tag, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< T, Enable >) | grape::sync_comm::CommImpl< T, Enable > | inlinestatic |
send(const T &value, int dst_worker_id, int tag, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< T, Enable >) | grape::sync_comm::CommImpl< T, Enable > | inlinestatic |