Searched defs:graph_communicator (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/mpi/ |
D | graph_communicator.hpp | 50 class BOOST_MPI_DECL graph_communicator : public communicator class 61 explicit graph_communicator(const shared_ptr<MPI_Comm>& comm_ptr) in graph_communicator() function in boost::mpi::graph_communicator 99 graph_communicator(const MPI_Comm& comm, comm_create_kind kind) in graph_communicator() function in boost::mpi::graph_communicator 188 graph_communicator::graph_communicator(const communicator& comm, in graph_communicator() function in boost::mpi::graph_communicator 196 graph_communicator::graph_communicator(const communicator& comm, in graph_communicator() function in boost::mpi::graph_communicator 402 inline int source(const std::pair<int, int>& edge, const graph_communicator&) in source() 411 inline int target(const std::pair<int, int>& edge, const graph_communicator&) in target() 485 inline identity_property_map get(vertex_index_t, const graph_communicator&) in get() 497 inline int get(vertex_index_t, const graph_communicator&, int vertex) in get()
|