libgrape-lite
A C++ library for parallel graph processing
Loading...
Searching...
No Matches
grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type > Member List

This is the complete list of members for grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >, including all inherited members.

bcast(std::vector< T > &vec, int root, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >)grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >inlinestatic
multiple_send(const std::vector< T > &vec, const ITER_T &worker_id_begin, const ITER_T &worker_id_end, int tag, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >)grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >inlinestatic
recv(std::vector< T > &vec, int src_worker_id, int tag, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >)grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >inlinestatic
recv_at(std::vector< T > &vec, size_t offset, int src_worker_id, int tag, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >)grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >inlinestatic
send(const std::vector< T > &vec, int dst_worker_id, int tag, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >)grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >inlinestatic
send_partial(const std::vector< T > &vec, size_t from, size_t to, int dst_worker_id, int tag, MPI_Comm comm) (defined in grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >)grape::sync_comm::CommImpl< std::vector< T >, typename std::enable_if<!std::is_pod< T >::value >::type >inlinestatic