Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function get

boost::mpi::get — Returns the index of a vertex in the communicator's graph topology.

Synopsis

// In header: <boost/mpi/graph_communicator.hpp>


 (, graph_communicator &,  vertex);

Description

Since the vertices are ranks in the communicator, this is the identity function.


PrevUpHomeNext