This is the complete list of members for boost::mpi::graph_communicator, including all inherited members.
abort(int errcode) const | boost::mpi::communicator | |
array_irecv_impl(int source, int tag, T *values, int n, mpl::true_) const | boost::mpi::communicator | protected |
array_irecv_impl(int source, int tag, T *values, int n, mpl::false_) const | boost::mpi::communicator | protected |
array_isend_impl(int dest, int tag, const T *values, int n, mpl::true_) const | boost::mpi::communicator | protected |
array_isend_impl(int dest, int tag, const T *values, int n, mpl::false_) const | boost::mpi::communicator | protected |
array_recv_impl(int source, int tag, T *values, int n, mpl::true_) const | boost::mpi::communicator | protected |
array_recv_impl(int source, int tag, T *values, int n, mpl::false_) const | boost::mpi::communicator | protected |
array_send_impl(int dest, int tag, const T *values, int n, mpl::true_) const | boost::mpi::communicator | protected |
array_send_impl(int dest, int tag, const T *values, int n, mpl::false_) const | boost::mpi::communicator | protected |
as_graph_communicator() const | boost::mpi::communicator | |
as_intercommunicator() const | boost::mpi::communicator | |
barrier() const | boost::mpi::communicator | |
comm_ptr | boost::mpi::communicator | protected |
communicator class | boost::mpi::graph_communicator | friend |
boost::mpi::communicator::communicator() | boost::mpi::communicator | |
boost::mpi::communicator::communicator(const MPI_Comm &comm, comm_create_kind kind) | boost::mpi::communicator | |
boost::mpi::communicator::communicator(const communicator &comm, const boost::mpi::group &subgroup) | boost::mpi::communicator | |
graph_communicator(const MPI_Comm &comm, comm_create_kind kind) | boost::mpi::graph_communicator | inline |
graph_communicator(const communicator &comm, const Graph &graph, bool reorder=false) | boost::mpi::graph_communicator | explicit |
graph_communicator(const communicator &comm, const Graph &graph, RankMap rank, bool reorder=false) | boost::mpi::graph_communicator | explicit |
group() const | boost::mpi::communicator | |
has_cartesian_topology() const | boost::mpi::communicator | |
iprobe(int source=any_source, int tag=any_tag) const | boost::mpi::communicator | |
irecv(int source, int tag, T &value) const | boost::mpi::communicator | |
irecv(int source, int tag, T *values, int n) const | boost::mpi::communicator | |
irecv(int source, int tag) const | boost::mpi::communicator | |
irecv(int source, int tag, packed_skeleton_iarchive &ar) const | boost::mpi::communicator | |
irecv(int source, int tag, const content &c) const | boost::mpi::communicator | |
irecv(int source, int tag, content &c) const | boost::mpi::communicator | inline |
irecv_impl(int source, int tag, T &value, mpl::true_) const | boost::mpi::communicator | protected |
irecv_impl(int source, int tag, T &value, mpl::false_) const | boost::mpi::communicator | protected |
isend(int dest, int tag, const T &value) const | boost::mpi::communicator | |
isend(int dest, int tag, const skeleton_proxy< T > &proxy) const | boost::mpi::communicator | |
isend(int dest, int tag, const T *values, int n) const | boost::mpi::communicator | |
isend(int dest, int tag) const | boost::mpi::communicator | |
isend(int dest, int tag, const packed_oarchive &ar) const | boost::mpi::communicator | |
isend(int dest, int tag, const packed_skeleton_oarchive &ar) const | boost::mpi::communicator | |
isend(int dest, int tag, const content &c) const | boost::mpi::communicator | |
isend_impl(int dest, int tag, const T &value, mpl::true_) const | boost::mpi::communicator | protected |
isend_impl(int dest, int tag, const T &value, mpl::false_) const | boost::mpi::communicator | protected |
operator bool() const | boost::mpi::communicator | inline |
operator MPI_Comm() const | boost::mpi::communicator | |
probe(int source=any_source, int tag=any_tag) const | boost::mpi::communicator | |
rank() const | boost::mpi::communicator | |
recv(int source, int tag, T &value) const | boost::mpi::communicator | |
recv(int source, int tag, const skeleton_proxy< T > &proxy) const | boost::mpi::communicator | |
recv(int source, int tag, skeleton_proxy< T > &proxy) const | boost::mpi::communicator | |
recv(int source, int tag, T *values, int n) const | boost::mpi::communicator | |
recv(int source, int tag) const | boost::mpi::communicator | |
recv(int source, int tag, packed_iarchive &ar) const | boost::mpi::communicator | |
recv(int source, int tag, packed_skeleton_iarchive &ar) const | boost::mpi::communicator | |
recv(int source, int tag, const content &c) const | boost::mpi::communicator | |
recv(int source, int tag, content &c) const | boost::mpi::communicator | inline |
recv_impl(int source, int tag, T &value, mpl::true_) const | boost::mpi::communicator | protected |
recv_impl(int source, int tag, T &value, mpl::false_) const | boost::mpi::communicator | protected |
send(int dest, int tag, const T &value) const | boost::mpi::communicator | |
send(int dest, int tag, const skeleton_proxy< T > &proxy) const | boost::mpi::communicator | |
send(int dest, int tag, const T *values, int n) const | boost::mpi::communicator | |
send(int dest, int tag) const | boost::mpi::communicator | |
send(int dest, int tag, const packed_oarchive &ar) const | boost::mpi::communicator | |
send(int dest, int tag, const packed_skeleton_oarchive &ar) const | boost::mpi::communicator | |
send(int dest, int tag, const content &c) const | boost::mpi::communicator | |
send_impl(int dest, int tag, const T &value, mpl::true_) const | boost::mpi::communicator | protected |
send_impl(int dest, int tag, const T &value, mpl::false_) const | boost::mpi::communicator | protected |
setup_graph(const communicator &comm, const Graph &graph, RankMap rank, bool reorder) | boost::mpi::graph_communicator | protected |
size() const | boost::mpi::communicator | |
split(int color) const | boost::mpi::communicator | |
split(int color, int key) const | boost::mpi::communicator |